#48941A

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

Shades of La Palma #48941A

Tints of La Palma #48941A

Color information

#48941A (or 0x48941A) is unknown color: approx La Palma. HEX triplet: 48, 94 and 1A. RGB value is (72,148,26). Sum of RGB (Red+Green+Blue) = 72+148+26=246 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.27% from 246); Green value is 148 (58.20% from 255 or 60.16% from 246); Blue value is 26 (10.55% from 255 or 10.57% from 246); Max value from RGB is 148 - color contains mainly: green. Hex color #48941A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48941A is #B76BE5. Grayscale: #6F6F6F. Windows color (decimal): -12020710 or 1741896. OLE color: 1741896.

HSL color Cylindrical-coordinate representation of color #48941A: hue angle of 97.38º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #48941A is Cyan = 0.51, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.42.

Color convert

RGB7214826-
CMYK0.5100.820.42
HSL97.38º70.11%34.12%-
HSV(B)97.38º82.43%58.04%-
XYZ13.4522.634.64-
YUV111.3779.8299.92-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.27%
GREEN value IS 148 (58.20% from 255) = 60.16%
BLUE value IS 26 (10.55% from 255) = 10.57%
R=29.27%
G=60.16%
B=10.57%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal72148260.5100.820.4297.3870.1134.12
Hex48941A330522A614622
Octal110224326301225214110642
Binary100100010010100110101100110101001010101011000011000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48941A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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