Html Css Color HEX #446B0D Verdun Green

📋 copy color: '#446B0D'

red 68 ◦ green 107 ◦ blue 13

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

Shades of Verdun Green #446B0D

Tints of Verdun Green #446B0D

RGB

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

 GREEN value IS 107 (42.19% from 255) = 56.91%

 BLUE value IS 13 (5.47% from 255) = 6.91%

R = 36.17%
G = 56.91%
B = 6.91%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.88

 K value IS 0.58

RGB Variations

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

Color information

#446B0D (or 0x446B0D) is known color: Verdun Green. HEX triplet: 44, 6B and 0D. RGB value is (68,107,13). Sum of RGB (Red+Green+Blue) = 68+107+13=188 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.17% from 188); Green value is 107 (42.19% from 255 or 56.91% from 188); Blue value is 13 (5.47% from 255 or 6.91% from 188); Max value from RGB is 107 - color contains mainly: green. Hex color #446B0D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #446B0D is #BB94F2. Grayscale: #545454. Windows color (decimal): -12293363 or 879428. OLE color: 879428.

HSL color Cylindrical-coordinate representation of color #446B0D: hue angle of 84.89º degrees, saturation: 0.78, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #446B0D is Cyan = 0.36, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.58.

Color convert

RGB 68 107 13 -
CMYK 0.36 0 0.88 0.58
HSL 84.89º 0.78% 0.24% -
HSV(B) 84.89º 0.88% 0.42% -
XYZ 7.71 11.77 2.25 -
YUV 84.62 87.58 116.14 -
System Red Green Blue C M Y K H S L
Decimal 68 107 13 0.36 0 0.88 0.58 84.89 0.78 0.24
Hex 44 6B D 24 0 58 3A 55 4E 18
Octal 104 153 15 44 0 130 72 125 116 30
Binary 1000100 1101011 1101 100100 0 1011000 111010 1010101 1001110 11000

Color Harmonies of #446B0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446B0D

Black with #446B0D

Text Example


Text Example

White with #446B0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446B0D; }

 p { color: rgb(68,107,13); }

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

background-color css

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

 a { background-color: rgb(68,107,13); }

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

border-color css

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

 span { border-color: rgb(68,107,13); }

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