#455A1C

Color #455A1C Verdun Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Verdun Green #455A1C

Tints of Verdun Green #455A1C

Color information

#455A1C (or 0x455A1C) is unknown color: approx Verdun Green. HEX triplet: 45, 5A and 1C. RGB value is (69,90,28). Sum of RGB (Red+Green+Blue) = 69+90+28=187 (24% of max value = 765). Red value is 69 (27.34% from 255 or 36.90% from 187); Green value is 90 (35.55% from 255 or 48.13% from 187); Blue value is 28 (11.33% from 255 or 14.97% from 187); Max value from RGB is 90 - color contains mainly: green. Hex color #455A1C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455A1C is #BAA5E3. Grayscale: #4C4C4C. Windows color (decimal): -12232164 or 1858117. OLE color: 1858117.

HSL color Cylindrical-coordinate representation of color #455A1C: hue angle of 80.32º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #455A1C is Cyan = 0.23, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.65.

Color convert

RGB699028-
CMYK0.2300.690.65
HSL80.32º52.54%23.14%-
HSV(B)80.32º68.89%35.29%-
XYZ6.328.662.44-
YUV76.65100.54122.54-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 36.90%
GREEN value IS 90 (35.55% from 255) = 48.13%
BLUE value IS 28 (11.33% from 255) = 14.97%
R=36.90%
G=48.13%
B=14.97%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6990280.2300.690.6580.3252.5423.14
Hex455A1C1704541503517
Octal105132342701051011206527
Binary100010110110101110010111010001011000001101000011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455A1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455A1C; }

 p { color: rgb(69,90,28); }

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

<style>
 a { background-color: #455A1C; }

 a { background-color: rgb(69,90,28); }

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

<style>
 span { border-color: #455A1C; }

 span { border-color: rgb(69,90,28); }

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