#488C21

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

Shades of La Palma #488C21

Tints of La Palma #488C21

Color information

#488C21 (or 0x488C21) is unknown color: approx La Palma. HEX triplet: 48, 8C and 21. RGB value is (72,140,33). Sum of RGB (Red+Green+Blue) = 72+140+33=245 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.39% from 245); Green value is 140 (55.08% from 255 or 57.14% from 245); Blue value is 33 (13.28% from 255 or 13.47% from 245); Max value from RGB is 140 - color contains mainly: green. Hex color #488C21 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #488C21 is #B773DE. Grayscale: #6B6B6B. Windows color (decimal): -12022751 or 2198600. OLE color: 2198600.

HSL color Cylindrical-coordinate representation of color #488C21: hue angle of 98.13º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #488C21 is Cyan = 0.49, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.45.

Color convert

RGB7214033-
CMYK0.4900.760.45
HSL98.13º61.85%33.92%-
HSV(B)98.13º76.43%54.9%-
XYZ12.3320.244.7-
YUV107.4785.97102.7-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.39%
GREEN value IS 140 (55.08% from 255) = 57.14%
BLUE value IS 33 (13.28% from 255) = 13.47%
R=29.39%
G=57.14%
B=13.47%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal72140330.4900.760.4598.1361.8533.92
Hex488C213104C2D623e22
Octal11021441610114551427642
Binary100100010001100100001110001010011001011011100010111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488C21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #488C21; }

 p { color: rgb(72,140,33); }

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

<style>
 a { background-color: #488C21; }

 a { background-color: rgb(72,140,33); }

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

<style>
 span { border-color: #488C21; }

 span { border-color: rgb(72,140,33); }

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