#48691e

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

Shades of Green Leaf #48691E

Tints of Green Leaf #48691E

Color information

#48691E (or 0x48691E) is unknown color: approx Green Leaf. HEX triplet: 48, 69 and 1E. RGB value is (72,105,30). Sum of RGB (Red+Green+Blue) = 72+105+30=207 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.78% from 207); Green value is 105 (41.41% from 255 or 50.72% from 207); Blue value is 30 (12.11% from 255 or 14.49% from 207); Max value from RGB is 105 - color contains mainly: green. Hex color #48691E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48691E is #B796E1. Grayscale: #565656. Windows color (decimal): -12031714 or 1993032. OLE color: 1993032.

HSL color Cylindrical-coordinate representation of color #48691E: hue angle of 86.4º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #48691E is Cyan = 0.31, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.59.

Color convert

RGB7210530-
CMYK0.3100.710.59
HSL86.4º55.56%26.47%-
HSV(B)86.4º71.43%41.18%-
XYZ7.9611.573.04-
YUV86.5896.07117.6-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 34.78%
GREEN value IS 105 (41.41% from 255) = 50.72%
BLUE value IS 30 (12.11% from 255) = 14.49%
R=34.78%
G=50.72%
B=14.49%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal72105300.3100.710.5986.455.5626.47
Hex48691E1F0473B56381a
Octal11015136370107731267032
Binary10010001101001111101111101000111111011101011011100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48691e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48691e; }

 p { color: rgb(72,105,30); }

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

<style>
 a { background-color: #48691e; }

 a { background-color: rgb(72,105,30); }

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

<style>
 span { border-color: #48691e; }

 span { border-color: rgb(72,105,30); }

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