Html Css Color HEX #455118 Verdun Green

📋 copy color: '#455118'

red 69 ◦ green 81 ◦ blue 24

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

Shades of Verdun Green #455118

Tints of Verdun Green #455118

RGB

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

 GREEN value IS 81 (32.03% from 255) = 46.55%

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

R = 39.66%
G = 46.55%
B = 13.79%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.70

 K value IS 0.68

RGB Variations

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

Color information

#455118 (or 0x455118) is known color: Verdun Green. HEX triplet: 45, 51 and 18. RGB value is (69,81,24). Sum of RGB (Red+Green+Blue) = 69+81+24=174 (23% of max value = 765). Red value is 69 (27.34% from 255 or 39.66% from 174); Green value is 81 (32.03% from 255 or 46.55% from 174); Blue value is 24 (9.77% from 255 or 13.79% from 174); Max value from RGB is 81 - color contains mainly: green. Hex color #455118 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #455118 is #BAAEE7. Grayscale: #474747. Windows color (decimal): -12234472 or 1593669. OLE color: 1593669.

HSL color Cylindrical-coordinate representation of color #455118: hue angle of 72.63º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #455118 is Cyan = 0.15, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.68.

Color convert

RGB 69 81 24 -
CMYK 0.15 0 0.70 0.68
HSL 72.63º 0.54% 0.21% -
HSV(B) 72.63º 0.7% 0.32% -
XYZ 5.56 7.22 1.96 -
YUV 70.91 101.52 126.63 -
System Red Green Blue C M Y K H S L
Decimal 69 81 24 0.15 0 0.70 0.68 72.63 0.54 0.21
Hex 45 51 18 F 0 46 44 49 36 15
Octal 105 121 30 17 0 106 104 111 66 25
Binary 1000101 1010001 11000 1111 0 1000110 1000100 1001001 110110 10101

Color Harmonies of #455118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455118

Black with #455118

Text Example


Text Example

White with #455118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455118; }

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

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

background-color css

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

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

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

border-color css

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

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

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