Html Css Color HEX #455716 Verdun Green

📋 copy color: '#455716'

red 69 ◦ green 87 ◦ blue 22

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

Shades of Verdun Green #455716

Tints of Verdun Green #455716

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 12.36%

R = 38.76%
G = 48.88%
B = 12.36%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.75

 K value IS 0.66

RGB Variations

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

Color information

#455716 (or 0x455716) is known color: Verdun Green. HEX triplet: 45, 57 and 16. RGB value is (69,87,22). Sum of RGB (Red+Green+Blue) = 69+87+22=178 (23% of max value = 765). Red value is 69 (27.34% from 255 or 38.76% from 178); Green value is 87 (34.38% from 255 or 48.88% from 178); Blue value is 22 (8.98% from 255 or 12.36% from 178); Max value from RGB is 87 - color contains mainly: green. Hex color #455716 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #455716 is #BAA8E9. Grayscale: #4A4A4A. Windows color (decimal): -12232938 or 1464133. OLE color: 1464133.

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

Color convert

RGB 69 87 22 -
CMYK 0.21 0 0.75 0.66
HSL 76.62º 0.6% 0.21% -
HSV(B) 76.62º 0.75% 0.34% -
XYZ 6.01 8.14 2.01 -
YUV 74.21 98.54 124.29 -
System Red Green Blue C M Y K H S L
Decimal 69 87 22 0.21 0 0.75 0.66 76.62 0.6 0.21
Hex 45 57 16 15 0 4B 42 4D 3C 15
Octal 105 127 26 25 0 113 102 115 74 25
Binary 1000101 1010111 10110 10101 0 1001011 1000010 1001101 111100 10101

Color Harmonies of #455716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455716

Black with #455716

Text Example


Text Example

White with #455716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455716; }

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

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

background-color css

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

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

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

border-color css

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

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

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