#48920F

Color #48920F La Palma (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of La Palma #48920F

Tints of La Palma #48920F

Color information

#48920F (or 0x48920F) is unknown color: approx La Palma. HEX triplet: 48, 92 and 0F. RGB value is (72,146,15). Sum of RGB (Red+Green+Blue) = 72+146+15=233 (30% of max value = 765). Red value is 72 (28.52% from 255 or 30.90% from 233); Green value is 146 (57.42% from 255 or 62.66% from 233); Blue value is 15 (6.25% from 255 or 6.44% from 233); Max value from RGB is 146 - color contains mainly: green. Hex color #48920F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #48920F is #B76DF0. Grayscale: #6D6D6D. Windows color (decimal): -12021233 or 1020488. OLE color: 1020488.

HSL color Cylindrical-coordinate representation of color #48920F: hue angle of 93.89º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #48920F is Cyan = 0.51, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.43.

Color convert

RGB7214615-
CMYK0.5100.900.43
HSL93.89º81.37%31.57%-
HSV(B)93.89º89.73%57.25%-
XYZ13.0421.974.01-
YUV108.9474.98101.65-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 30.90%
GREEN value IS 146 (57.42% from 255) = 62.66%
BLUE value IS 15 (6.25% from 255) = 6.44%
R=30.90%
G=62.66%
B=6.44%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal72146150.5100.900.4393.8981.3731.57
Hex4892F3305A2B5e5120
Octal110222176301325313612140
Binary10010001001001011111100110101101010101110111101010001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48920F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,146,15); }

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

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

 a { background-color: rgb(72,146,15); }

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

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

 span { border-color: rgb(72,146,15); }

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