#488B35

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

Shades of La Palma #488B35

Tints of La Palma #488B35

Color information

#488B35 (or 0x488B35) is unknown color: approx La Palma. HEX triplet: 48, 8B and 35. RGB value is (72,139,53). Sum of RGB (Red+Green+Blue) = 72+139+53=264 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.27% from 264); Green value is 139 (54.69% from 255 or 52.65% from 264); Blue value is 53 (21.09% from 255 or 20.08% from 264); Max value from RGB is 139 - color contains mainly: green. Hex color #488B35 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #488B35 is #B774CA. Grayscale: #6D6D6D. Windows color (decimal): -12022987 or 3509064. OLE color: 3509064.

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

Color convert

RGB7213953-
CMYK0.4800.620.45
HSL106.74º44.79%37.65%-
HSV(B)106.74º61.87%54.51%-
XYZ12.5520.16.59-
YUV109.1696.3101.49-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 27.27%
GREEN value IS 139 (54.69% from 255) = 52.65%
BLUE value IS 53 (21.09% from 255) = 20.08%
R=27.27%
G=52.65%
B=20.08%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal72139530.4800.620.45106.7444.7937.65
Hex488B353003E2D6b2d26
Octal1102136560076551535546
Binary10010001000101111010111000001111101011011101011101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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