#48661A

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

Shades of Green Leaf #48661A

Tints of Green Leaf #48661A

Color information

#48661A (or 0x48661A) is unknown color: approx Green Leaf. HEX triplet: 48, 66 and 1A. RGB value is (72,102,26). Sum of RGB (Red+Green+Blue) = 72+102+26=200 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36% from 200); Green value is 102 (40.23% from 255 or 51% from 200); Blue value is 26 (10.55% from 255 or 13% from 200); Max value from RGB is 102 - color contains mainly: green. Hex color #48661A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48661A is #B799E5. Grayscale: #545454. Windows color (decimal): -12032486 or 1730120. OLE color: 1730120.

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

Color convert

RGB7210226-
CMYK0.2900.750.6
HSL83.68º59.38%25.1%-
HSV(B)83.68º74.51%40%-
XYZ7.6110.962.69-
YUV84.3795.06119.18-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 36%
GREEN value IS 102 (40.23% from 255) = 51%
BLUE value IS 26 (10.55% from 255) = 13%
R=36%
G=51%
B=13%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal72102260.2900.750.683.6859.3825.1
Hex48661A1D04B3C543b19
Octal11014632350113741247331
Binary10010001100110110101110101001011111100101010011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48661A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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