Html Css Color HEX #455408 Verdun Green

📋 copy color: '#455408'

red 69 ◦ green 84 ◦ blue 8

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

Shades of Verdun Green #455408

Tints of Verdun Green #455408

RGB

 RED value IS 69 (27.34% from 255) = 42.86%

 GREEN value IS 84 (33.2% from 255) = 52.17%

 BLUE value IS 8 (3.52% from 255) = 4.97%

R = 42.86%
G = 52.17%
B = 4.97%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.90

 K value IS 0.67

RGB Variations

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

Color information

#455408 (or 0x455408) is known color: Verdun Green. HEX triplet: 45, 54 and 08. RGB value is (69,84,8). Sum of RGB (Red+Green+Blue) = 69+84+8=161 (21% of max value = 765). Red value is 69 (27.34% from 255 or 42.86% from 161); Green value is 84 (33.20% from 255 or 52.17% from 161); Blue value is 8 (3.52% from 255 or 4.97% from 161); Max value from RGB is 84 - color contains mainly: green. Hex color #455408 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #455408 is #BAABF7. Grayscale: #474747. Windows color (decimal): -12233720 or 545861. OLE color: 545861.

HSL color Cylindrical-coordinate representation of color #455408: hue angle of 71.84º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #455408 is Cyan = 0.18, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.67.

Color convert

RGB 69 84 8 -
CMYK 0.18 0 0.90 0.67
HSL 71.84º 0.83% 0.18% -
HSV(B) 71.84º 0.9% 0.33% -
XYZ 5.67 7.62 1.4 -
YUV 70.85 92.53 126.68 -
System Red Green Blue C M Y K H S L
Decimal 69 84 8 0.18 0 0.90 0.67 71.84 0.83 0.18
Hex 45 54 8 12 0 5A 43 48 53 12
Octal 105 124 10 22 0 132 103 110 123 22
Binary 1000101 1010100 1000 10010 0 1011010 1000011 1001000 1010011 10010

Color Harmonies of #455408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455408

Black with #455408

Text Example


Text Example

White with #455408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455408; }

 p { color: rgb(69,84,8); }

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

background-color css

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

 a { background-color: rgb(69,84,8); }

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

border-color css

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

 span { border-color: rgb(69,84,8); }

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