Html Css Color HEX #445F15 Verdun Green

📋 copy color: '#445F15'

red 68 ◦ green 95 ◦ blue 21

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

Shades of Verdun Green #445F15

Tints of Verdun Green #445F15

RGB

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

 GREEN value IS 95 (37.5% from 255) = 51.63%

 BLUE value IS 21 (8.59% from 255) = 11.41%

R = 36.96%
G = 51.63%
B = 11.41%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.78

 K value IS 0.63

RGB Variations

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

Color information

#445F15 (or 0x445F15) is known color: Verdun Green. HEX triplet: 44, 5F and 15. RGB value is (68,95,21). Sum of RGB (Red+Green+Blue) = 68+95+21=184 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.96% from 184); Green value is 95 (37.5% from 255 or 51.63% from 184); Blue value is 21 (8.59% from 255 or 11.41% from 184); Max value from RGB is 95 - color contains mainly: green. Hex color #445F15 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #445F15 is #BBA0EA. Grayscale: #4E4E4E. Windows color (decimal): -12296427 or 1400644. OLE color: 1400644.

HSL color Cylindrical-coordinate representation of color #445F15: hue angle of 81.89º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #445F15 is Cyan = 0.28, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.63.

Color convert

RGB 68 95 21 -
CMYK 0.28 0 0.78 0.63
HSL 81.89º 0.64% 0.23% -
HSV(B) 81.89º 0.78% 0.37% -
XYZ 6.61 9.47 2.19 -
YUV 78.49 95.55 120.52 -
System Red Green Blue C M Y K H S L
Decimal 68 95 21 0.28 0 0.78 0.63 81.89 0.64 0.23
Hex 44 5F 15 1C 0 4E 3F 52 40 17
Octal 104 137 25 34 0 116 77 122 100 27
Binary 1000100 1011111 10101 11100 0 1001110 111111 1010010 1000000 10111

Color Harmonies of #445F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445F15

Black with #445F15

Text Example


Text Example

White with #445F15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,95,21); }

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

background-color css

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

 a { background-color: rgb(68,95,21); }

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

border-color css

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

 span { border-color: rgb(68,95,21); }

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