Html Css Color HEX #446F0D Green Leaf

📋 copy color: '#446F0D'

red 68 ◦ green 111 ◦ blue 13

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

Shades of Green Leaf #446F0D

Tints of Green Leaf #446F0D

RGB

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

 GREEN value IS 111 (43.75% from 255) = 57.81%

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

R = 35.42%
G = 57.81%
B = 6.77%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.88

 K value IS 0.56

RGB Variations

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

Color information

#446F0D (or 0x446F0D) is known color: Green Leaf. HEX triplet: 44, 6F and 0D. RGB value is (68,111,13). Sum of RGB (Red+Green+Blue) = 68+111+13=192 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.42% from 192); Green value is 111 (43.75% from 255 or 57.81% from 192); Blue value is 13 (5.47% from 255 or 6.77% from 192); Max value from RGB is 111 - color contains mainly: green. Hex color #446F0D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #446F0D is #BB90F2. Grayscale: #575757. Windows color (decimal): -12292339 or 880452. OLE color: 880452.

HSL color Cylindrical-coordinate representation of color #446F0D: hue angle of 86.33º degrees, saturation: 0.79, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #446F0D is Cyan = 0.39, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.56.

Color convert

RGB 68 111 13 -
CMYK 0.39 0 0.88 0.56
HSL 86.33º 0.79% 0.24% -
HSV(B) 86.33º 0.88% 0.44% -
XYZ 8.14 12.63 2.39 -
YUV 86.97 86.25 114.47 -
System Red Green Blue C M Y K H S L
Decimal 68 111 13 0.39 0 0.88 0.56 86.33 0.79 0.24
Hex 44 6F D 27 0 58 38 56 4F 18
Octal 104 157 15 47 0 130 70 126 117 30
Binary 1000100 1101111 1101 100111 0 1011000 111000 1010110 1001111 11000

Color Harmonies of #446F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446F0D

Black with #446F0D

Text Example


Text Example

White with #446F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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