#48961F

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

Shades of La Palma #48961F

Tints of La Palma #48961F

Color information

#48961F (or 0x48961F) is unknown color: approx La Palma. HEX triplet: 48, 96 and 1F. RGB value is (72,150,31). Sum of RGB (Red+Green+Blue) = 72+150+31=253 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.46% from 253); Green value is 150 (58.98% from 255 or 59.29% from 253); Blue value is 31 (12.5% from 255 or 12.25% from 253); Max value from RGB is 150 - color contains mainly: green. Hex color #48961F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48961F is #B769E0. Grayscale: #717171. Windows color (decimal): -12020193 or 2070088. OLE color: 2070088.

HSL color Cylindrical-coordinate representation of color #48961F: hue angle of 99.33º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #48961F is Cyan = 0.52, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.41.

Color convert

RGB7215031-
CMYK0.5200.790.41
HSL99.33º65.75%35.49%-
HSV(B)99.33º79.33%58.82%-
XYZ13.8323.295.06-
YUV113.1181.6698.68-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.46%
GREEN value IS 150 (58.98% from 255) = 59.29%
BLUE value IS 31 (12.5% from 255) = 12.25%
R=28.46%
G=59.29%
B=12.25%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal72150310.5200.790.4199.3365.7535.49
Hex48961F3404F29634223
Octal110226376401175114310243
Binary100100010010110111111101000100111110100111000111000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48961F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,150,31); }

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

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

 a { background-color: rgb(72,150,31); }

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

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

 span { border-color: rgb(72,150,31); }

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