Html Css Color HEX #455205 Verdun Green

📋 copy color: '#455205'

red 69 ◦ green 82 ◦ blue 5

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

Shades of Verdun Green #455205

Tints of Verdun Green #455205

RGB

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

 GREEN value IS 82 (32.42% from 255) = 52.56%

 BLUE value IS 5 (2.34% from 255) = 3.21%

R = 44.23%
G = 52.56%
B = 3.21%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.94

 K value IS 0.68

RGB Variations

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

Color information

#455205 (or 0x455205) is known color: Verdun Green. HEX triplet: 45, 52 and 05. RGB value is (69,82,5). Sum of RGB (Red+Green+Blue) = 69+82+5=156 (20% of max value = 765). Red value is 69 (27.34% from 255 or 44.23% from 156); Green value is 82 (32.42% from 255 or 52.56% from 156); Blue value is 5 (2.34% from 255 or 3.21% from 156); Max value from RGB is 82 - color contains mainly: green. Hex color #455205 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #455205 is #BAADFA. Grayscale: #454545. Windows color (decimal): -12234235 or 348741. OLE color: 348741.

HSL color Cylindrical-coordinate representation of color #455205: hue angle of 70.13º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #455205 is Cyan = 0.16, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.68.

Color convert

RGB 69 82 5 -
CMYK 0.16 0 0.94 0.68
HSL 70.13º 0.89% 0.17% -
HSV(B) 70.13º 0.94% 0.32% -
XYZ 5.5 7.31 1.26 -
YUV 69.34 91.69 127.76 -
System Red Green Blue C M Y K H S L
Decimal 69 82 5 0.16 0 0.94 0.68 70.13 0.89 0.17
Hex 45 52 5 10 0 5E 44 46 59 11
Octal 105 122 5 20 0 136 104 106 131 21
Binary 1000101 1010010 101 10000 0 1011110 1000100 1000110 1011001 10001

Color Harmonies of #455205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455205

Black with #455205

Text Example


Text Example

White with #455205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455205; }

 p { color: rgb(69,82,5); }

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

background-color css

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

 a { background-color: rgb(69,82,5); }

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

border-color css

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

 span { border-color: rgb(69,82,5); }

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