#1C434D

Color #1C434D Green Vogue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Vogue #1C434D

Tints of Green Vogue #1C434D

Color information

#1C434D (or 0x1C434D) is unknown color: approx Green Vogue. HEX triplet: 1C, 43 and 4D. RGB value is (28,67,77). Sum of RGB (Red+Green+Blue) = 28+67+77=172 (22% of max value = 765). Red value is 28 (11.33% from 255 or 16.28% from 172); Green value is 67 (26.56% from 255 or 38.95% from 172); Blue value is 77 (30.47% from 255 or 44.77% from 172); Max value from RGB is 77 - color contains mainly: blue. Hex color #1C434D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C434D is #E3BCB2. Grayscale: #383838. Windows color (decimal): -14924979 or 5063452. OLE color: 5063452.

HSL color Cylindrical-coordinate representation of color #1C434D: hue angle of 192.24º degrees, saturation: 0.47, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1C434D is Cyan = 0.64, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB286777-
CMYK0.640.1300.70
HSL192.24º46.67%20.59%-
HSV(B)192.24º63.64%30.2%-
XYZ3.834.87.75-
YUV56.48139.58107.69-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 28 (11.33% from 255) = 16.28%
GREEN value IS 67 (26.56% from 255) = 38.95%
BLUE value IS 77 (30.47% from 255) = 44.77%
R=16.28%
G=38.95%
B=44.77%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2867770.640.1300.70192.2446.6720.59
Hex1C434D40D046c02f15
Octal341031151001501063005725
Binary111001000011100110110000001101010001101100000010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C434D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1C434D; }

 p { color: rgb(28,67,77); }

 H1.HeaderClassName
 {
   color: #1C434D;
 }
 .AnyTagClassName
 {
   color: #1C434D;
 }
</style>
background-color css

<style>
 a { background-color: #1C434D; }

 a { background-color: rgb(28,67,77); }

 div.DivClassName
 {
   background-color: #1C434D;
 }
 .BgClassName
 {
   background-color: #1C434D;
 }
</style>
border-color css

<style>
 span { border-color: #1C434D; }

 span { border-color: rgb(28,67,77); }

 td.TdClassName
 {
   border-color: #1C434D;
 }
 .TagClassName
 {
   border-color: #1C434D;
 }
</style>