Html Css Color HEX #455009 Verdun Green

📋 copy color: '#455009'

red 69 ◦ green 80 ◦ blue 9

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

Shades of Verdun Green #455009

Tints of Verdun Green #455009

RGB

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

 GREEN value IS 80 (31.64% from 255) = 50.63%

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

R = 43.67%
G = 50.63%
B = 5.7%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.89

 K value IS 0.69

RGB Variations

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

Color information

#455009 (or 0x455009) is known color: Verdun Green. HEX triplet: 45, 50 and 09. RGB value is (69,80,9). Sum of RGB (Red+Green+Blue) = 69+80+9=158 (20% of max value = 765). Red value is 69 (27.34% from 255 or 43.67% from 158); Green value is 80 (31.64% from 255 or 50.63% from 158); Blue value is 9 (3.91% from 255 or 5.70% from 158); Max value from RGB is 80 - color contains mainly: green. Hex color #455009 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #455009 is #BAAFF6. Grayscale: #444444. Windows color (decimal): -12234743 or 610373. OLE color: 610373.

HSL color Cylindrical-coordinate representation of color #455009: hue angle of 69.3º degrees, saturation: 0.8, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #455009 is Cyan = 0.14, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.69.

Color convert

RGB 69 80 9 -
CMYK 0.14 0 0.89 0.69
HSL 69.3º 0.8% 0.17% -
HSV(B) 69.3º 0.89% 0.31% -
XYZ 5.37 7.02 1.33 -
YUV 68.62 94.36 128.27 -
System Red Green Blue C M Y K H S L
Decimal 69 80 9 0.14 0 0.89 0.69 69.3 0.8 0.17
Hex 45 50 9 E 0 59 45 45 50 11
Octal 105 120 11 16 0 131 105 105 120 21
Binary 1000101 1010000 1001 1110 0 1011001 1000101 1000101 1010000 10001

Color Harmonies of #455009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455009

Black with #455009

Text Example


Text Example

White with #455009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455009; }

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

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

background-color css

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

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

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

border-color css

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

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

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