#48661D

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

Shades of Green Leaf #48661D

Tints of Green Leaf #48661D

Color information

#48661D (or 0x48661D) is unknown color: approx Green Leaf. HEX triplet: 48, 66 and 1D. RGB value is (72,102,29). Sum of RGB (Red+Green+Blue) = 72+102+29=203 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.47% from 203); Green value is 102 (40.23% from 255 or 50.25% from 203); Blue value is 29 (11.72% from 255 or 14.29% from 203); Max value from RGB is 102 - color contains mainly: green. Hex color #48661D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48661D is #B799E2. Grayscale: #545454. Windows color (decimal): -12032483 or 1926728. OLE color: 1926728.

HSL color Cylindrical-coordinate representation of color #48661D: hue angle of 84.66º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #48661D is Cyan = 0.29, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.6.

Color convert

RGB7210229-
CMYK0.2900.720.6
HSL84.66º55.73%25.69%-
HSV(B)84.66º71.57%40%-
XYZ7.6510.972.88-
YUV84.7196.56118.94-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 35.47%
GREEN value IS 102 (40.23% from 255) = 50.25%
BLUE value IS 29 (11.72% from 255) = 14.29%
R=35.47%
G=50.25%
B=14.29%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal72102290.2900.720.684.6655.7325.69
Hex48661D1D0483C55381a
Octal11014635350110741257032
Binary10010001100110111011110101001000111100101010111100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48661D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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