Html Css Color HEX #455212 Verdun Green

📋 copy color: '#455212'

red 69 ◦ green 82 ◦ blue 18

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

Shades of Verdun Green #455212

Tints of Verdun Green #455212

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 10.65%

R = 40.83%
G = 48.52%
B = 10.65%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.78

 K value IS 0.68

RGB Variations

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

Color information

#455212 (or 0x455212) is known color: Verdun Green. HEX triplet: 45, 52 and 12. RGB value is (69,82,18). Sum of RGB (Red+Green+Blue) = 69+82+18=169 (22% of max value = 765). Red value is 69 (27.34% from 255 or 40.83% from 169); Green value is 82 (32.42% from 255 or 48.52% from 169); Blue value is 18 (7.42% from 255 or 10.65% from 169); Max value from RGB is 82 - color contains mainly: green. Hex color #455212 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #455212 is #BAADED. Grayscale: #474747. Windows color (decimal): -12234222 or 1200709. OLE color: 1200709.

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

Color convert

RGB 69 82 18 -
CMYK 0.16 0 0.78 0.68
HSL 72.19º 0.64% 0.2% -
HSV(B) 72.19º 0.78% 0.32% -
XYZ 5.58 7.34 1.7 -
YUV 70.82 98.19 126.7 -
System Red Green Blue C M Y K H S L
Decimal 69 82 18 0.16 0 0.78 0.68 72.19 0.64 0.2
Hex 45 52 12 10 0 4E 44 48 40 14
Octal 105 122 22 20 0 116 104 110 100 24
Binary 1000101 1010010 10010 10000 0 1001110 1000100 1001000 1000000 10100

Color Harmonies of #455212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455212

Black with #455212

Text Example


Text Example

White with #455212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455212; }

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

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

background-color css

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

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

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

border-color css

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

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

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