#48721B

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

Shades of Green Leaf #48721B

Tints of Green Leaf #48721B

Color information

#48721B (or 0x48721B) is unknown color: approx Green Leaf. HEX triplet: 48, 72 and 1B. RGB value is (72,114,27). Sum of RGB (Red+Green+Blue) = 72+114+27=213 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.80% from 213); Green value is 114 (44.92% from 255 or 53.52% from 213); Blue value is 27 (10.94% from 255 or 12.68% from 213); Max value from RGB is 114 - color contains mainly: green. Hex color #48721B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48721B is #B78DE4. Grayscale: #5B5B5B. Windows color (decimal): -12029413 or 1798728. OLE color: 1798728.

HSL color Cylindrical-coordinate representation of color #48721B: hue angle of 88.97º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #48721B is Cyan = 0.37, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.55.

Color convert

RGB7211427-
CMYK0.3700.760.55
HSL88.97º61.7%27.65%-
HSV(B)88.97º76.32%44.71%-
XYZ8.8913.493.17-
YUV91.5291.59114.07-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.80%
GREEN value IS 114 (44.92% from 255) = 53.52%
BLUE value IS 27 (10.94% from 255) = 12.68%
R=33.80%
G=53.52%
B=12.68%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal72114270.3700.760.5588.9761.727.65
Hex48721B2504C37593e1c
Octal11016233450114671317634
Binary100100011100101101110010101001100110111101100111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48721B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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