#48641F

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

Shades of Green Leaf #48641F

Tints of Green Leaf #48641F

Color information

#48641F (or 0x48641F) is unknown color: approx Green Leaf. HEX triplet: 48, 64 and 1F. RGB value is (72,100,31). Sum of RGB (Red+Green+Blue) = 72+100+31=203 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.47% from 203); Green value is 100 (39.45% from 255 or 49.26% from 203); Blue value is 31 (12.5% from 255 or 15.27% from 203); Max value from RGB is 100 - color contains mainly: green. Hex color #48641F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48641F is #B79BE0. Grayscale: #545454. Windows color (decimal): -12032993 or 2057288. OLE color: 2057288.

HSL color Cylindrical-coordinate representation of color #48641F: hue angle of 84.35º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #48641F is Cyan = 0.28, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.61.

Color convert

RGB7210031-
CMYK0.2800.690.61
HSL84.35º52.67%25.69%-
HSV(B)84.35º69%39.22%-
XYZ7.4810.592.95-
YUV83.7698.22119.61-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 35.47%
GREEN value IS 100 (39.45% from 255) = 49.26%
BLUE value IS 31 (12.5% from 255) = 15.27%
R=35.47%
G=49.26%
B=15.27%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal72100310.2800.690.6184.3552.6725.69
Hex48641F1C0453D54351a
Octal11014437340105751246532
Binary10010001100100111111110001000101111101101010011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48641F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48641F; }

 p { color: rgb(72,100,31); }

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

<style>
 a { background-color: #48641F; }

 a { background-color: rgb(72,100,31); }

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

<style>
 span { border-color: #48641F; }

 span { border-color: rgb(72,100,31); }

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