#455B04

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

Shades of Verdun Green #455B04

Tints of Verdun Green #455B04

Color information

#455B04 (or 0x455B04) is unknown color: approx Verdun Green. HEX triplet: 45, 5B and 04. RGB value is (69,91,4). Sum of RGB (Red+Green+Blue) = 69+91+4=164 (21% of max value = 765). Red value is 69 (27.34% from 255 or 42.07% from 164); Green value is 91 (35.94% from 255 or 55.49% from 164); Blue value is 4 (1.95% from 255 or 2.44% from 164); Max value from RGB is 91 - color contains mainly: green. Hex color #455B04 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #455B04 is #BAA4FB. Grayscale: #4A4A4A. Windows color (decimal): -12231932 or 285509. OLE color: 285509.

HSL color Cylindrical-coordinate representation of color #455B04: hue angle of 75.17º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #455B04 is Cyan = 0.24, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.64.

Color convert

RGB69914-
CMYK0.2400.960.64
HSL75.17º91.58%18.63%-
HSV(B)75.17º95.6%35.69%-
XYZ6.228.761.48-
YUV74.588.21124.07-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 42.07%
GREEN value IS 91 (35.94% from 255) = 55.49%
BLUE value IS 4 (1.95% from 255) = 2.44%
R=42.07%
G=55.49%
B=2.44%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal699140.2400.960.6475.1791.5818.63
Hex455B418060404b5c13
Octal105133430014010011313423
Binary10001011011011100110000110000010000001001011101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455B04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,91,4); }

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

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

 a { background-color: rgb(69,91,4); }

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

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

 span { border-color: rgb(69,91,4); }

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