Html Css Color HEX #454715 Verdun Green

📋 copy color: '#454715'

red 69 ◦ green 71 ◦ blue 21

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

Shades of Verdun Green #454715

Tints of Verdun Green #454715

RGB

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

 GREEN value IS 71 (28.13% from 255) = 44.1%

 BLUE value IS 21 (8.59% from 255) = 13.04%

R = 42.86%
G = 44.1%
B = 13.04%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.70

 K value IS 0.72

RGB Variations

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

Color information

#454715 (or 0x454715) is known color: Verdun Green. HEX triplet: 45, 47 and 15. RGB value is (69,71,21). Sum of RGB (Red+Green+Blue) = 69+71+21=161 (21% of max value = 765). Red value is 69 (27.34% from 255 or 42.86% from 161); Green value is 71 (28.12% from 255 or 44.10% from 161); Blue value is 21 (8.59% from 255 or 13.04% from 161); Max value from RGB is 71 - color contains mainly: green. Hex color #454715 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #454715 is #BAB8EA. Grayscale: #404040. Windows color (decimal): -12237035 or 1394501. OLE color: 1394501.

HSL color Cylindrical-coordinate representation of color #454715: hue angle of 62.4º degrees, saturation: 0.54, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #454715 is Cyan = 0.03, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.72.

Color convert

RGB 69 71 21 -
CMYK 0.03 0 0.70 0.72
HSL 62.4º 0.54% 0.18% -
HSV(B) 62.4º 0.7% 0.28% -
XYZ 4.84 5.83 1.58 -
YUV 64.7 103.34 131.07 -
System Red Green Blue C M Y K H S L
Decimal 69 71 21 0.03 0 0.70 0.72 62.4 0.54 0.18
Hex 45 47 15 3 0 46 48 3E 36 12
Octal 105 107 25 3 0 106 110 76 66 22
Binary 1000101 1000111 10101 11 0 1000110 1001000 111110 110110 10010

Color Harmonies of #454715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454715

Black with #454715

Text Example


Text Example

White with #454715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #454715; }

 p { color: rgb(69,71,21); }

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

background-color css

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

 a { background-color: rgb(69,71,21); }

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

border-color css

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

 span { border-color: rgb(69,71,21); }

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