Html Css Color HEX #455006 Verdun Green

📋 copy color: '#455006'

red 69 ◦ green 80 ◦ blue 6

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

Shades of Verdun Green #455006

Tints of Verdun Green #455006

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 3.87%

R = 44.52%
G = 51.61%
B = 3.87%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.92

 K value IS 0.69

RGB Variations

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

Color information

#455006 (or 0x455006) is known color: Verdun Green. HEX triplet: 45, 50 and 06. RGB value is (69,80,6). Sum of RGB (Red+Green+Blue) = 69+80+6=155 (20% of max value = 765). Red value is 69 (27.34% from 255 or 44.52% from 155); Green value is 80 (31.64% from 255 or 51.61% from 155); Blue value is 6 (2.73% from 255 or 3.87% from 155); Max value from RGB is 80 - color contains mainly: green. Hex color #455006 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #455006 is #BAAFF9. Grayscale: #444444. Windows color (decimal): -12234746 or 413765. OLE color: 413765.

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

Color convert

RGB 69 80 6 -
CMYK 0.14 0 0.92 0.69
HSL 68.92º 0.86% 0.17% -
HSV(B) 68.92º 0.93% 0.31% -
XYZ 5.36 7.02 1.24 -
YUV 68.28 92.86 128.52 -
System Red Green Blue C M Y K H S L
Decimal 69 80 6 0.14 0 0.92 0.69 68.92 0.86 0.17
Hex 45 50 6 E 0 5C 45 45 56 11
Octal 105 120 6 16 0 134 105 105 126 21
Binary 1000101 1010000 110 1110 0 1011100 1000101 1000101 1010110 10001

Color Harmonies of #455006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455006

Black with #455006

Text Example


Text Example

White with #455006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455006; }

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

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

background-color css

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

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

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

border-color css

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

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

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