#48981C

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

Shades of La Palma #48981C

Tints of La Palma #48981C

Color information

#48981C (or 0x48981C) is unknown color: approx La Palma. HEX triplet: 48, 98 and 1C. RGB value is (72,152,28). Sum of RGB (Red+Green+Blue) = 72+152+28=252 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.57% from 252); Green value is 152 (59.77% from 255 or 60.32% from 252); Blue value is 28 (11.33% from 255 or 11.11% from 252); Max value from RGB is 152 - color contains mainly: green. Hex color #48981C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48981C is #B767E3. Grayscale: #727272. Windows color (decimal): -12019684 or 1873992. OLE color: 1873992.

HSL color Cylindrical-coordinate representation of color #48981C: hue angle of 98.71º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #48981C is Cyan = 0.53, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.40.

Color convert

RGB7215228-
CMYK0.5300.820.40
HSL98.71º68.89%35.29%-
HSV(B)98.71º81.58%59.61%-
XYZ14.1123.924.97-
YUV113.9479.598.08-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.57%
GREEN value IS 152 (59.77% from 255) = 60.32%
BLUE value IS 28 (11.33% from 255) = 11.11%
R=28.57%
G=60.32%
B=11.11%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal72152280.5300.820.4098.7168.8935.29
Hex48981C3505228634523
Octal110230346501225014310543
Binary100100010011000111001101010101001010100011000111000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48981C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48981C; }

 p { color: rgb(72,152,28); }

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

<style>
 a { background-color: #48981C; }

 a { background-color: rgb(72,152,28); }

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

<style>
 span { border-color: #48981C; }

 span { border-color: rgb(72,152,28); }

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