Html Css Color HEX #445D18 Verdun Green

📋 copy color: '#445D18'

red 68 ◦ green 93 ◦ blue 24

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

Shades of Verdun Green #445D18

Tints of Verdun Green #445D18

RGB

 RED value IS 68 (26.95% from 255) = 36.76%

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

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

R = 36.76%
G = 50.27%
B = 12.97%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.74

 K value IS 0.64

RGB Variations

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

Color information

#445D18 (or 0x445D18) is known color: Verdun Green. HEX triplet: 44, 5D and 18. RGB value is (68,93,24). Sum of RGB (Red+Green+Blue) = 68+93+24=185 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.76% from 185); Green value is 93 (36.72% from 255 or 50.27% from 185); Blue value is 24 (9.77% from 255 or 12.97% from 185); Max value from RGB is 93 - color contains mainly: green. Hex color #445D18 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #445D18 is #BBA2E7. Grayscale: #4D4D4D. Windows color (decimal): -12296936 or 1596740. OLE color: 1596740.

HSL color Cylindrical-coordinate representation of color #445D18: hue angle of 81.74º 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 #445D18 is Cyan = 0.27, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.64.

Color convert

RGB 68 93 24 -
CMYK 0.27 0 0.74 0.64
HSL 81.74º 0.59% 0.23% -
HSV(B) 81.74º 0.74% 0.36% -
XYZ 6.46 9.12 2.28 -
YUV 77.66 97.72 121.11 -
System Red Green Blue C M Y K H S L
Decimal 68 93 24 0.27 0 0.74 0.64 81.74 0.59 0.23
Hex 44 5D 18 1B 0 4A 40 52 3B 17
Octal 104 135 30 33 0 112 100 122 73 27
Binary 1000100 1011101 11000 11011 0 1001010 1000000 1010010 111011 10111

Color Harmonies of #445D18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445D18

Black with #445D18

Text Example


Text Example

White with #445D18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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