Html Css Color HEX #446F0A Green Leaf

📋 copy color: '#446F0A'

red 68 ◦ green 111 ◦ blue 10

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

Shades of Green Leaf #446F0A

Tints of Green Leaf #446F0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 5.29%

R = 35.98%
G = 58.73%
B = 5.29%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.91

 K value IS 0.56

RGB Variations

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

Color information

#446F0A (or 0x446F0A) is known color: Green Leaf. HEX triplet: 44, 6F and 0A. RGB value is (68,111,10). Sum of RGB (Red+Green+Blue) = 68+111+10=189 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.98% from 189); Green value is 111 (43.75% from 255 or 58.73% from 189); Blue value is 10 (4.30% from 255 or 5.29% from 189); Max value from RGB is 111 - color contains mainly: green. Hex color #446F0A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #446F0A is #BB90F5. Grayscale: #565656. Windows color (decimal): -12292342 or 683844. OLE color: 683844.

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

Color convert

RGB 68 111 10 -
CMYK 0.39 0 0.91 0.56
HSL 85.54º 0.83% 0.24% -
HSV(B) 85.54º 0.91% 0.44% -
XYZ 8.12 12.62 2.29 -
YUV 86.63 84.75 114.71 -
System Red Green Blue C M Y K H S L
Decimal 68 111 10 0.39 0 0.91 0.56 85.54 0.83 0.24
Hex 44 6F A 27 0 5B 38 56 53 18
Octal 104 157 12 47 0 133 70 126 123 30
Binary 1000100 1101111 1010 100111 0 1011011 111000 1010110 1010011 11000

Color Harmonies of #446F0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446F0A

Black with #446F0A

Text Example


Text Example

White with #446F0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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