#488035

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

Shades of La Palma #488035

Tints of La Palma #488035

Color information

#488035 (or 0x488035) is unknown color: approx La Palma. HEX triplet: 48, 80 and 35. RGB value is (72,128,53). Sum of RGB (Red+Green+Blue) = 72+128+53=253 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.46% from 253); Green value is 128 (50.39% from 255 or 50.59% from 253); Blue value is 53 (21.09% from 255 or 20.95% from 253); Max value from RGB is 128 - color contains mainly: green. Hex color #488035 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #488035 is #B77FCA. Grayscale: #666666. Windows color (decimal): -12025803 or 3506248. OLE color: 3506248.

HSL color Cylindrical-coordinate representation of color #488035: hue angle of 104.8º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #488035 is Cyan = 0.44, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.50.

Color convert

RGB7212853-
CMYK0.4400.590.50
HSL104.8º41.44%35.49%-
HSV(B)104.8º58.59%50.2%-
XYZ11.0317.076.08-
YUV102.7199.95106.1-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.46%
GREEN value IS 128 (50.39% from 255) = 50.59%
BLUE value IS 53 (21.09% from 255) = 20.95%
R=28.46%
G=50.59%
B=20.95%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal72128530.4400.590.50104.841.4435.49
Hex4880352C03B32692923
Octal1102006554073621515143
Binary10010001000000011010110110001110111100101101001101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #488035; }

 p { color: rgb(72,128,53); }

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

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

 a { background-color: rgb(72,128,53); }

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

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

 span { border-color: rgb(72,128,53); }

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