Html Css Color HEX #455720 Verdun Green

📋 copy color: '#455720'

red 69 ◦ green 87 ◦ blue 32

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

Shades of Verdun Green #455720

Tints of Verdun Green #455720

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 17.02%

R = 36.7%
G = 46.28%
B = 17.02%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.63

 K value IS 0.66

RGB Variations

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

Color information

#455720 (or 0x455720) is known color: Verdun Green. HEX triplet: 45, 57 and 20. RGB value is (69,87,32). Sum of RGB (Red+Green+Blue) = 69+87+32=188 (24% of max value = 765). Red value is 69 (27.34% from 255 or 36.70% from 188); Green value is 87 (34.38% from 255 or 46.28% from 188); Blue value is 32 (12.89% from 255 or 17.02% from 188); Max value from RGB is 87 - color contains mainly: green. Hex color #455720 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455720 is #BAA8DF. Grayscale: #4B4B4B. Windows color (decimal): -12232928 or 2119493. OLE color: 2119493.

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

Color convert

RGB 69 87 32 -
CMYK 0.21 0 0.63 0.66
HSL 79.64º 0.46% 0.23% -
HSV(B) 79.64º 0.63% 0.34% -
XYZ 6.12 8.19 2.62 -
YUV 75.35 103.54 123.47 -
System Red Green Blue C M Y K H S L
Decimal 69 87 32 0.21 0 0.63 0.66 79.64 0.46 0.23
Hex 45 57 20 15 0 3F 42 50 2E 17
Octal 105 127 40 25 0 77 102 120 56 27
Binary 1000101 1010111 100000 10101 0 111111 1000010 1010000 101110 10111

Color Harmonies of #455720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455720

Black with #455720

Text Example


Text Example

White with #455720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455720; }

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

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

background-color css

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

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

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

border-color css

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

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

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