Html Css Color HEX #455918 Verdun Green

📋 copy color: '#455918'

red 69 ◦ green 89 ◦ blue 24

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

Shades of Verdun Green #455918

Tints of Verdun Green #455918

RGB

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

 GREEN value IS 89 (35.16% from 255) = 48.9%

 BLUE value IS 24 (9.77% from 255) = 13.19%

R = 37.91%
G = 48.9%
B = 13.19%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.73

 K value IS 0.65

RGB Variations

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

Color information

#455918 (or 0x455918) is known color: Verdun Green. HEX triplet: 45, 59 and 18. RGB value is (69,89,24). Sum of RGB (Red+Green+Blue) = 69+89+24=182 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.91% from 182); Green value is 89 (35.16% from 255 or 48.90% from 182); Blue value is 24 (9.77% from 255 or 13.19% from 182); Max value from RGB is 89 - color contains mainly: green. Hex color #455918 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #455918 is #BAA6E7. Grayscale: #4B4B4B. Windows color (decimal): -12232424 or 1595717. OLE color: 1595717.

HSL color Cylindrical-coordinate representation of color #455918: hue angle of 78.46º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #455918 is Cyan = 0.22, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.65.

Color convert

RGB 69 89 24 -
CMYK 0.22 0 0.73 0.65
HSL 78.46º 0.58% 0.22% -
HSV(B) 78.46º 0.73% 0.35% -
XYZ 6.19 8.48 2.17 -
YUV 75.61 98.87 123.29 -
System Red Green Blue C M Y K H S L
Decimal 69 89 24 0.22 0 0.73 0.65 78.46 0.58 0.22
Hex 45 59 18 16 0 49 41 4E 3A 16
Octal 105 131 30 26 0 111 101 116 72 26
Binary 1000101 1011001 11000 10110 0 1001001 1000001 1001110 111010 10110

Color Harmonies of #455918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455918

Black with #455918

Text Example


Text Example

White with #455918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455918; }

 p { color: rgb(69,89,24); }

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

background-color css

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

 a { background-color: rgb(69,89,24); }

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

border-color css

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

 span { border-color: rgb(69,89,24); }

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