Html Css Color HEX #455912 Verdun Green

📋 copy color: '#455912'

red 69 ◦ green 89 ◦ blue 18

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

Shades of Verdun Green #455912

Tints of Verdun Green #455912

RGB

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

 GREEN value IS 89 (35.16% from 255) = 50.57%

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

R = 39.2%
G = 50.57%
B = 10.23%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.80

 K value IS 0.65

RGB Variations

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

Color information

#455912 (or 0x455912) is known color: Verdun Green. HEX triplet: 45, 59 and 12. RGB value is (69,89,18). Sum of RGB (Red+Green+Blue) = 69+89+18=176 (23% of max value = 765). Red value is 69 (27.34% from 255 or 39.20% from 176); Green value is 89 (35.16% from 255 or 50.57% from 176); Blue value is 18 (7.42% from 255 or 10.23% from 176); Max value from RGB is 89 - color contains mainly: green. Hex color #455912 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #455912 is #BAA6ED. Grayscale: #4B4B4B. Windows color (decimal): -12232430 or 1202501. OLE color: 1202501.

HSL color Cylindrical-coordinate representation of color #455912: hue angle of 76.9º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #455912 is Cyan = 0.22, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.65.

Color convert

RGB 69 89 18 -
CMYK 0.22 0 0.80 0.65
HSL 76.9º 0.66% 0.21% -
HSV(B) 76.9º 0.8% 0.35% -
XYZ 6.14 8.45 1.88 -
YUV 74.93 95.87 123.77 -
System Red Green Blue C M Y K H S L
Decimal 69 89 18 0.22 0 0.80 0.65 76.9 0.66 0.21
Hex 45 59 12 16 0 50 41 4D 42 15
Octal 105 131 22 26 0 120 101 115 102 25
Binary 1000101 1011001 10010 10110 0 1010000 1000001 1001101 1000010 10101

Color Harmonies of #455912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455912

Black with #455912

Text Example


Text Example

White with #455912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455912; }

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

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

background-color css

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

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

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

border-color css

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

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

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