#48691B

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

Shades of Green Leaf #48691B

Tints of Green Leaf #48691B

Color information

#48691B (or 0x48691B) is unknown color: approx Green Leaf. HEX triplet: 48, 69 and 1B. RGB value is (72,105,27). Sum of RGB (Red+Green+Blue) = 72+105+27=204 (27% of max value = 765). Red value is 72 (28.52% from 255 or 35.29% from 204); Green value is 105 (41.41% from 255 or 51.47% from 204); Blue value is 27 (10.94% from 255 or 13.24% from 204); Max value from RGB is 105 - color contains mainly: green. Hex color #48691B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48691B is #B796E4. Grayscale: #565656. Windows color (decimal): -12031717 or 1796424. OLE color: 1796424.

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

Color convert

RGB7210527-
CMYK0.3100.740.59
HSL85.38º59.09%25.88%-
HSV(B)85.38º74.29%41.18%-
XYZ7.9211.562.85-
YUV86.2494.57117.84-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 35.29%
GREEN value IS 105 (41.41% from 255) = 51.47%
BLUE value IS 27 (10.94% from 255) = 13.24%
R=35.29%
G=51.47%
B=13.24%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal72105270.3100.740.5985.3859.0925.88
Hex48691B1F04A3B553b1a
Octal11015133370112731257332
Binary10010001101001110111111101001010111011101010111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48691B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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