Html Css Color HEX #1C404C Green Vogue

📋 copy color: '#1C404C'

red 28 ◦ green 64 ◦ blue 76

#1C404C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green Vogue #1C404C

Tints of Green Vogue #1C404C

RGB

 RED value IS 28 (11.33% from 255) = 16.67%

 GREEN value IS 64 (25.39% from 255) = 38.1%

 BLUE value IS 76 (30.08% from 255) = 45.24%

R = 16.67%
G = 38.1%
B = 45.24%

CMYK

 C value IS 0.63

 M value IS 0.16

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#1C404C (or 0x1C404C) is known color: Green Vogue. HEX triplet: 1C, 40 and 4C. RGB value is (28,64,76). Sum of RGB (Red+Green+Blue) = 28+64+76=168 (22% of max value = 765). Red value is 28 (11.33% from 255 or 16.67% from 168); Green value is 64 (25.39% from 255 or 38.10% from 168); Blue value is 76 (30.08% from 255 or 45.24% from 168); Max value from RGB is 76 - color contains mainly: blue. Hex color #1C404C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C404C is #E3BFB3. Grayscale: #363636. Windows color (decimal): -14925748 or 4997148. OLE color: 4997148.

HSL color Cylindrical-coordinate representation of color #1C404C: hue angle of 195º degrees, saturation: 0.46, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #1C404C is Cyan = 0.63, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 28 64 76 -
CMYK 0.63 0.16 0 0.70
HSL 195º 0.46% 0.2% -
HSV(B) 195º 0.63% 0.3% -
XYZ 3.62 4.44 7.5 -
YUV 54.6 140.07 109.02 -
System Red Green Blue C M Y K H S L
Decimal 28 64 76 0.63 0.16 0 0.70 195 0.46 0.2
Hex 1C 40 4C 3F 10 0 46 C3 2E 14
Octal 34 100 114 77 20 0 106 303 56 24
Binary 11100 1000000 1001100 111111 10000 0 1000110 11000011 101110 10100

Color Harmonies of #1C404C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C404C

Black with #1C404C

Text Example


Text Example

White with #1C404C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,64,76); }

 H1.HeaderClassName
 {
   color: #1C404C;
 }
 .AnyTagClassName
 {
   color: #1C404C;
 }
</style>

background-color css

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

 a { background-color: rgb(28,64,76); }

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

border-color css

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

 span { border-color: rgb(28,64,76); }

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