Html Css Color HEX #455211 Verdun Green

📋 copy color: '#455211'

red 69 ◦ green 82 ◦ blue 17

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

Shades of Verdun Green #455211

Tints of Verdun Green #455211

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 10.12%

R = 41.07%
G = 48.81%
B = 10.12%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.79

 K value IS 0.68

RGB Variations

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

Color information

#455211 (or 0x455211) is known color: Verdun Green. HEX triplet: 45, 52 and 11. RGB value is (69,82,17). Sum of RGB (Red+Green+Blue) = 69+82+17=168 (22% of max value = 765). Red value is 69 (27.34% from 255 or 41.07% from 168); Green value is 82 (32.42% from 255 or 48.81% from 168); Blue value is 17 (7.03% from 255 or 10.12% from 168); Max value from RGB is 82 - color contains mainly: green. Hex color #455211 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #455211 is #BAADEE. Grayscale: #464646. Windows color (decimal): -12234223 or 1135173. OLE color: 1135173.

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

Color convert

RGB 69 82 17 -
CMYK 0.16 0 0.79 0.68
HSL 72º 0.66% 0.19% -
HSV(B) 72º 0.79% 0.32% -
XYZ 5.57 7.34 1.65 -
YUV 70.7 97.69 126.79 -
System Red Green Blue C M Y K H S L
Decimal 69 82 17 0.16 0 0.79 0.68 72 0.66 0.19
Hex 45 52 11 10 0 4F 44 48 42 13
Octal 105 122 21 20 0 117 104 110 102 23
Binary 1000101 1010010 10001 10000 0 1001111 1000100 1001000 1000010 10011

Color Harmonies of #455211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455211

Black with #455211

Text Example


Text Example

White with #455211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455211; }

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

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

background-color css

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

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

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

border-color css

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

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

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