Html Css Color HEX #455509 Verdun Green

📋 copy color: '#455509'

red 69 ◦ green 85 ◦ blue 9

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

Shades of Verdun Green #455509

Tints of Verdun Green #455509

RGB

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

 GREEN value IS 85 (33.59% from 255) = 52.15%

 BLUE value IS 9 (3.91% from 255) = 5.52%

R = 42.33%
G = 52.15%
B = 5.52%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.89

 K value IS 0.67

RGB Variations

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

Color information

#455509 (or 0x455509) is known color: Verdun Green. HEX triplet: 45, 55 and 09. RGB value is (69,85,9). Sum of RGB (Red+Green+Blue) = 69+85+9=163 (21% of max value = 765). Red value is 69 (27.34% from 255 or 42.33% from 163); Green value is 85 (33.59% from 255 or 52.15% from 163); Blue value is 9 (3.91% from 255 or 5.52% from 163); Max value from RGB is 85 - color contains mainly: green. Hex color #455509 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #455509 is #BAAAF6. Grayscale: #474747. Windows color (decimal): -12233463 or 611653. OLE color: 611653.

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

Color convert

RGB 69 85 9 -
CMYK 0.19 0 0.89 0.67
HSL 72.63º 0.81% 0.18% -
HSV(B) 72.63º 0.89% 0.33% -
XYZ 5.75 7.78 1.46 -
YUV 71.55 92.7 126.18 -
System Red Green Blue C M Y K H S L
Decimal 69 85 9 0.19 0 0.89 0.67 72.63 0.81 0.18
Hex 45 55 9 13 0 59 43 49 51 12
Octal 105 125 11 23 0 131 103 111 121 22
Binary 1000101 1010101 1001 10011 0 1011001 1000011 1001001 1010001 10010

Color Harmonies of #455509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455509

Black with #455509

Text Example


Text Example

White with #455509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455509; }

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

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

background-color css

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

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

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

border-color css

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

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

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