Html Css Color HEX #455715 Verdun Green

📋 copy color: '#455715'

red 69 ◦ green 87 ◦ blue 21

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

Shades of Verdun Green #455715

Tints of Verdun Green #455715

RGB

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

 GREEN value IS 87 (34.38% from 255) = 49.15%

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

R = 38.98%
G = 49.15%
B = 11.86%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.76

 K value IS 0.66

RGB Variations

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

Color information

#455715 (or 0x455715) is known color: Verdun Green. HEX triplet: 45, 57 and 15. RGB value is (69,87,21). Sum of RGB (Red+Green+Blue) = 69+87+21=177 (23% of max value = 765). Red value is 69 (27.34% from 255 or 38.98% from 177); Green value is 87 (34.38% from 255 or 49.15% from 177); Blue value is 21 (8.59% from 255 or 11.86% from 177); Max value from RGB is 87 - color contains mainly: green. Hex color #455715 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #455715 is #BAA8EA. Grayscale: #4A4A4A. Windows color (decimal): -12232939 or 1398597. OLE color: 1398597.

HSL color Cylindrical-coordinate representation of color #455715: hue angle of 76.36º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #455715 is Cyan = 0.21, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.66.

Color convert

RGB 69 87 21 -
CMYK 0.21 0 0.76 0.66
HSL 76.36º 0.61% 0.21% -
HSV(B) 76.36º 0.76% 0.34% -
XYZ 6 8.14 1.96 -
YUV 74.09 98.04 124.37 -
System Red Green Blue C M Y K H S L
Decimal 69 87 21 0.21 0 0.76 0.66 76.36 0.61 0.21
Hex 45 57 15 15 0 4C 42 4C 3D 15
Octal 105 127 25 25 0 114 102 114 75 25
Binary 1000101 1010111 10101 10101 0 1001100 1000010 1001100 111101 10101

Color Harmonies of #455715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455715

Black with #455715

Text Example


Text Example

White with #455715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455715; }

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

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

background-color css

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

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

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

border-color css

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

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

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