Html Css Color HEX #446015 Verdun Green

📋 copy color: '#446015'

red 68 ◦ green 96 ◦ blue 21

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

Shades of Verdun Green #446015

Tints of Verdun Green #446015

RGB

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

 GREEN value IS 96 (37.89% from 255) = 51.89%

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

R = 36.76%
G = 51.89%
B = 11.35%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.78

 K value IS 0.62

RGB Variations

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

Color information

#446015 (or 0x446015) is known color: Verdun Green. HEX triplet: 44, 60 and 15. RGB value is (68,96,21). Sum of RGB (Red+Green+Blue) = 68+96+21=185 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.76% from 185); Green value is 96 (37.89% from 255 or 51.89% from 185); Blue value is 21 (8.59% from 255 or 11.35% from 185); Max value from RGB is 96 - color contains mainly: green. Hex color #446015 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #446015 is #BB9FEA. Grayscale: #4F4F4F. Windows color (decimal): -12296171 or 1400900. OLE color: 1400900.

HSL color Cylindrical-coordinate representation of color #446015: hue angle of 82.4º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #446015 is Cyan = 0.29, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.62.

Color convert

RGB 68 96 21 -
CMYK 0.29 0 0.78 0.62
HSL 82.4º 0.64% 0.23% -
HSV(B) 82.4º 0.78% 0.38% -
XYZ 6.7 9.65 2.22 -
YUV 79.08 95.22 120.1 -
System Red Green Blue C M Y K H S L
Decimal 68 96 21 0.29 0 0.78 0.62 82.4 0.64 0.23
Hex 44 60 15 1D 0 4E 3E 52 40 17
Octal 104 140 25 35 0 116 76 122 100 27
Binary 1000100 1100000 10101 11101 0 1001110 111110 1010010 1000000 10111

Color Harmonies of #446015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446015

Black with #446015

Text Example


Text Example

White with #446015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446015; }

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

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

background-color css

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

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

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

border-color css

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

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

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