Html Css Color HEX #446F12 Green Leaf

📋 copy color: '#446F12'

red 68 ◦ green 111 ◦ blue 18

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

Shades of Green Leaf #446F12

Tints of Green Leaf #446F12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 9.14%

R = 34.52%
G = 56.35%
B = 9.14%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.84

 K value IS 0.56

RGB Variations

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

Color information

#446F12 (or 0x446F12) is known color: Green Leaf. HEX triplet: 44, 6F and 12. RGB value is (68,111,18). Sum of RGB (Red+Green+Blue) = 68+111+18=197 (26% of max value = 765). Red value is 68 (26.95% from 255 or 34.52% from 197); Green value is 111 (43.75% from 255 or 56.35% from 197); Blue value is 18 (7.42% from 255 or 9.14% from 197); Max value from RGB is 111 - color contains mainly: green. Hex color #446F12 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #446F12 is #BB90ED. Grayscale: #575757. Windows color (decimal): -12292334 or 1208132. OLE color: 1208132.

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

Color convert

RGB 68 111 18 -
CMYK 0.39 0 0.84 0.56
HSL 87.74º 0.72% 0.25% -
HSV(B) 87.74º 0.84% 0.44% -
XYZ 8.18 12.64 2.58 -
YUV 87.54 88.75 114.06 -
System Red Green Blue C M Y K H S L
Decimal 68 111 18 0.39 0 0.84 0.56 87.74 0.72 0.25
Hex 44 6F 12 27 0 54 38 58 48 19
Octal 104 157 22 47 0 124 70 130 110 31
Binary 1000100 1101111 10010 100111 0 1010100 111000 1011000 1001000 11001

Color Harmonies of #446F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446F12

Black with #446F12

Text Example


Text Example

White with #446F12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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