Html Css Color HEX #445C18 Verdun Green

📋 copy color: '#445C18'

red 68 ◦ green 92 ◦ blue 24

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

Shades of Verdun Green #445C18

Tints of Verdun Green #445C18

RGB

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

 GREEN value IS 92 (36.33% from 255) = 50%

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

R = 36.96%
G = 50%
B = 13.04%

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

#445C18 (or 0x445C18) is known color: Verdun Green. HEX triplet: 44, 5C and 18. RGB value is (68,92,24). Sum of RGB (Red+Green+Blue) = 68+92+24=184 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.96% from 184); Green value is 92 (36.33% from 255 or 50% from 184); Blue value is 24 (9.77% from 255 or 13.04% from 184); Max value from RGB is 92 - color contains mainly: green. Hex color #445C18 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #445C18 is #BBA3E7. Grayscale: #4D4D4D. Windows color (decimal): -12297192 or 1596484. OLE color: 1596484.

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

Color convert

RGB 68 92 24 -
CMYK 0.26 0 0.74 0.64
HSL 81.18º 0.59% 0.23% -
HSV(B) 81.18º 0.74% 0.36% -
XYZ 6.38 8.95 2.26 -
YUV 77.07 98.05 121.53 -
System Red Green Blue C M Y K H S L
Decimal 68 92 24 0.26 0 0.74 0.64 81.18 0.59 0.23
Hex 44 5C 18 1A 0 4A 40 51 3B 17
Octal 104 134 30 32 0 112 100 121 73 27
Binary 1000100 1011100 11000 11010 0 1001010 1000000 1010001 111011 10111

Color Harmonies of #445C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445C18

Black with #445C18

Text Example


Text Example

White with #445C18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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