#1C404A

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

Shades of Green Vogue #1C404A

Tints of Green Vogue #1C404A

Color information

#1C404A (or 0x1C404A) is unknown color: approx Green Vogue. HEX triplet: 1C, 40 and 4A. RGB value is (28,64,74). Sum of RGB (Red+Green+Blue) = 28+64+74=166 (21% of max value = 765). Red value is 28 (11.33% from 255 or 16.87% from 166); Green value is 64 (25.39% from 255 or 38.55% from 166); Blue value is 74 (29.30% from 255 or 44.58% from 166); Max value from RGB is 74 - color contains mainly: blue. Hex color #1C404A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C404A is #E3BFB5. Grayscale: #363636. Windows color (decimal): -14925750 or 4866076. OLE color: 4866076.

HSL color Cylindrical-coordinate representation of color #1C404A: hue angle of 193.04º degrees, saturation: 0.45, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1C404A is Cyan = 0.62, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB286474-
CMYK0.620.1400.71
HSL193.04º45.1%20%-
HSV(B)193.04º62.16%29.02%-
XYZ3.554.417.14-
YUV54.38139.07109.19-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 16.87%
GREEN value IS 64 (25.39% from 255) = 38.55%
BLUE value IS 74 (29.30% from 255) = 44.58%
R=16.87%
G=38.55%
B=44.58%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2864740.620.1400.71193.0445.120
Hex1C404A3EE047c12d14
Octal34100112761601073015524
Binary11100100000010010101111101110010001111100000110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C404A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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