#44661B

Color #44661B Green Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Leaf #44661B

Tints of Green Leaf #44661B

Color information

#44661B (or 0x44661B) is unknown color: approx Green Leaf. HEX triplet: 44, 66 and 1B. RGB value is (68,102,27). Sum of RGB (Red+Green+Blue) = 68+102+27=197 (26% of max value = 765). Red value is 68 (26.95% from 255 or 34.52% from 197); Green value is 102 (40.23% from 255 or 51.78% from 197); Blue value is 27 (10.94% from 255 or 13.71% from 197); Max value from RGB is 102 - color contains mainly: green. Hex color #44661B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #44661B is #BB99E4. Grayscale: #535353. Windows color (decimal): -12294629 or 1795652. OLE color: 1795652.

HSL color Cylindrical-coordinate representation of color #44661B: hue angle of 87.2º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #44661B is Cyan = 0.33, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.6.

Color convert

RGB6810227-
CMYK0.3300.740.6
HSL87.2º58.14%25.29%-
HSV(B)87.2º73.53%40%-
XYZ7.3310.812.74-
YUV83.2896.24117.1-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 34.52%
GREEN value IS 102 (40.23% from 255) = 51.78%
BLUE value IS 27 (10.94% from 255) = 13.71%
R=34.52%
G=51.78%
B=13.71%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal68102270.3300.740.687.258.1425.29
Hex44661B2104A3C573a19
Octal10414633410112741277231
Binary100010011001101101110000101001010111100101011111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44661B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44661B; }

 p { color: rgb(68,102,27); }

 H1.HeaderClassName
 {
   color: #44661B;
 }
 .AnyTagClassName
 {
   color: #44661B;
 }
</style>
background-color css

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

 a { background-color: rgb(68,102,27); }

 div.DivClassName
 {
   background-color: #44661B;
 }
 .BgClassName
 {
   background-color: #44661B;
 }
</style>
border-color css

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

 span { border-color: rgb(68,102,27); }

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