Html Css Color HEX #455717 Verdun Green

📋 copy color: '#455717'

red 69 ◦ green 87 ◦ blue 23

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

Shades of Verdun Green #455717

Tints of Verdun Green #455717

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 12.85%

R = 38.55%
G = 48.6%
B = 12.85%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.74

 K value IS 0.66

RGB Variations

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

Color information

#455717 (or 0x455717) is known color: Verdun Green. HEX triplet: 45, 57 and 17. RGB value is (69,87,23). Sum of RGB (Red+Green+Blue) = 69+87+23=179 (23% of max value = 765). Red value is 69 (27.34% from 255 or 38.55% from 179); Green value is 87 (34.38% from 255 or 48.60% from 179); Blue value is 23 (9.38% from 255 or 12.85% from 179); Max value from RGB is 87 - color contains mainly: green. Hex color #455717 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #455717 is #BAA8E8. Grayscale: #4A4A4A. Windows color (decimal): -12232937 or 1529669. OLE color: 1529669.

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

Color convert

RGB 69 87 23 -
CMYK 0.21 0 0.74 0.66
HSL 76.88º 0.58% 0.22% -
HSV(B) 76.88º 0.74% 0.34% -
XYZ 6.02 8.14 2.07 -
YUV 74.32 99.04 124.2 -
System Red Green Blue C M Y K H S L
Decimal 69 87 23 0.21 0 0.74 0.66 76.88 0.58 0.22
Hex 45 57 17 15 0 4A 42 4D 3A 16
Octal 105 127 27 25 0 112 102 115 72 26
Binary 1000101 1010111 10111 10101 0 1001010 1000010 1001101 111010 10110

Color Harmonies of #455717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455717

Black with #455717

Text Example


Text Example

White with #455717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455717; }

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

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

background-color css

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

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

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

border-color css

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

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

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