#48751A

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

Shades of Green Leaf #48751A

Tints of Green Leaf #48751A

Color information

#48751A (or 0x48751A) is unknown color: approx Green Leaf. HEX triplet: 48, 75 and 1A. RGB value is (72,117,26). Sum of RGB (Red+Green+Blue) = 72+117+26=215 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.49% from 215); Green value is 117 (46.09% from 255 or 54.42% from 215); Blue value is 26 (10.55% from 255 or 12.09% from 215); Max value from RGB is 117 - color contains mainly: green. Hex color #48751A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48751A is #B78AE5. Grayscale: #5D5D5D. Windows color (decimal): -12028646 or 1733960. OLE color: 1733960.

HSL color Cylindrical-coordinate representation of color #48751A: hue angle of 89.67º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #48751A is Cyan = 0.38, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.54.

Color convert

RGB7211726-
CMYK0.3800.780.54
HSL89.67º63.64%28.04%-
HSV(B)89.67º77.78%45.88%-
XYZ9.2214.173.23-
YUV93.1790.09112.9-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.49%
GREEN value IS 117 (46.09% from 255) = 54.42%
BLUE value IS 26 (10.55% from 255) = 12.09%
R=33.49%
G=54.42%
B=12.09%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal72117260.3800.780.5489.6763.6428.04
Hex48751A2604E365a401c
Octal110165324601166613210034
Binary1001000111010111010100110010011101101101011010100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48751A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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