Html Css Color HEX #455D18 Verdun Green

📋 copy color: '#455D18'

red 69 ◦ green 93 ◦ blue 24

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

Shades of Verdun Green #455D18

Tints of Verdun Green #455D18

RGB

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

 GREEN value IS 93 (36.72% from 255) = 50%

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

R = 37.1%
G = 50%
B = 12.9%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.74

 K value IS 0.64

RGB Variations

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

Color information

#455D18 (or 0x455D18) is known color: Verdun Green. HEX triplet: 45, 5D and 18. RGB value is (69,93,24). Sum of RGB (Red+Green+Blue) = 69+93+24=186 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.10% from 186); Green value is 93 (36.72% from 255 or 50% from 186); Blue value is 24 (9.77% from 255 or 12.90% from 186); Max value from RGB is 93 - color contains mainly: green. Hex color #455D18 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #455D18 is #BAA2E7. Grayscale: #4E4E4E. Windows color (decimal): -12231400 or 1596741. OLE color: 1596741.

HSL color Cylindrical-coordinate representation of color #455D18: hue angle of 80.87º degrees, saturation: 0.59, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #455D18 is Cyan = 0.26, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.64.

Color convert

RGB 69 93 24 -
CMYK 0.26 0 0.74 0.64
HSL 80.87º 0.59% 0.23% -
HSV(B) 80.87º 0.74% 0.36% -
XYZ 6.53 9.16 2.29 -
YUV 77.96 97.55 121.61 -
System Red Green Blue C M Y K H S L
Decimal 69 93 24 0.26 0 0.74 0.64 80.87 0.59 0.23
Hex 45 5D 18 1A 0 4A 40 51 3B 17
Octal 105 135 30 32 0 112 100 121 73 27
Binary 1000101 1011101 11000 11010 0 1001010 1000000 1010001 111011 10111

Color Harmonies of #455D18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455D18

Black with #455D18

Text Example


Text Example

White with #455D18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455D18; }

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

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

background-color css

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

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

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

border-color css

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

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

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