#48661B

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

Shades of Green Leaf #48661B

Tints of Green Leaf #48661B

Color information

#48661B (or 0x48661B) is unknown color: approx Green Leaf. HEX triplet: 48, 66 and 1B. RGB value is (72,102,27). Sum of RGB (Red+Green+Blue) = 72+102+27=201 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.82% from 201); Green value is 102 (40.23% from 255 or 50.75% from 201); Blue value is 27 (10.94% from 255 or 13.43% from 201); Max value from RGB is 102 - color contains mainly: green. Hex color #48661B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48661B is #B799E4. Grayscale: #545454. Windows color (decimal): -12032485 or 1795656. OLE color: 1795656.

HSL color Cylindrical-coordinate representation of color #48661B: hue angle of 84º 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 #48661B is Cyan = 0.29, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.6.

Color convert

RGB7210227-
CMYK0.2900.740.6
HSL84º58.14%25.29%-
HSV(B)84º73.53%40%-
XYZ7.6210.962.75-
YUV84.4895.56119.1-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 35.82%
GREEN value IS 102 (40.23% from 255) = 50.75%
BLUE value IS 27 (10.94% from 255) = 13.43%
R=35.82%
G=50.75%
B=13.43%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal72102270.2900.740.68458.1425.29
Hex48661B1D04A3C543a19
Octal11014633350112741247231
Binary10010001100110110111110101001010111100101010011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48661B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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