#455504

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

Shades of Verdun Green #455504

Tints of Verdun Green #455504

Color information

#455504 (or 0x455504) is unknown color: approx Verdun Green. HEX triplet: 45, 55 and 04. RGB value is (69,85,4). Sum of RGB (Red+Green+Blue) = 69+85+4=158 (20% of max value = 765). Red value is 69 (27.34% from 255 or 43.67% from 158); Green value is 85 (33.59% from 255 or 53.80% from 158); Blue value is 4 (1.95% from 255 or 2.53% from 158); Max value from RGB is 85 - color contains mainly: green. Hex color #455504 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #455504 is #BAAAFB. Grayscale: #474747. Windows color (decimal): -12233468 or 283973. OLE color: 283973.

HSL color Cylindrical-coordinate representation of color #455504: hue angle of 71.85º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #455504 is Cyan = 0.19, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.67.

Color convert

RGB69854-
CMYK0.1900.950.67
HSL71.85º91.01%17.45%-
HSV(B)71.85º95.29%33.33%-
XYZ5.727.771.31-
YUV70.9890.2126.59-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 43.67%
GREEN value IS 85 (33.59% from 255) = 53.80%
BLUE value IS 4 (1.95% from 255) = 2.53%
R=43.67%
G=53.80%
B=2.53%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal698540.1900.950.6771.8591.0117.45
Hex455541305F43485b11
Octal105125423013710311013321
Binary10001011010101100100110101111110000111001000101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455504; }

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

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

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

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

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

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

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

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