Html Css Color HEX #455518 Verdun Green

📋 copy color: '#455518'

red 69 ◦ green 85 ◦ blue 24

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

Shades of Verdun Green #455518

Tints of Verdun Green #455518

RGB

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

 GREEN value IS 85 (33.59% from 255) = 47.75%

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

R = 38.76%
G = 47.75%
B = 13.48%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.72

 K value IS 0.67

RGB Variations

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

Color information

#455518 (or 0x455518) is known color: Verdun Green. HEX triplet: 45, 55 and 18. RGB value is (69,85,24). Sum of RGB (Red+Green+Blue) = 69+85+24=178 (23% of max value = 765). Red value is 69 (27.34% from 255 or 38.76% from 178); Green value is 85 (33.59% from 255 or 47.75% from 178); Blue value is 24 (9.77% from 255 or 13.48% from 178); Max value from RGB is 85 - color contains mainly: green. Hex color #455518 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #455518 is #BAAAE7. Grayscale: #494949. Windows color (decimal): -12233448 or 1594693. OLE color: 1594693.

HSL color Cylindrical-coordinate representation of color #455518: hue angle of 75.74º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #455518 is Cyan = 0.19, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.67.

Color convert

RGB 69 85 24 -
CMYK 0.19 0 0.72 0.67
HSL 75.74º 0.56% 0.21% -
HSV(B) 75.74º 0.72% 0.33% -
XYZ 5.87 7.83 2.07 -
YUV 73.26 100.2 124.96 -
System Red Green Blue C M Y K H S L
Decimal 69 85 24 0.19 0 0.72 0.67 75.74 0.56 0.21
Hex 45 55 18 13 0 48 43 4C 38 15
Octal 105 125 30 23 0 110 103 114 70 25
Binary 1000101 1010101 11000 10011 0 1001000 1000011 1001100 111000 10101

Color Harmonies of #455518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455518

Black with #455518

Text Example


Text Example

White with #455518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455518; }

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

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

background-color css

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

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

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

border-color css

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

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

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