#488630

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

Shades of La Palma #488630

Tints of La Palma #488630

Color information

#488630 (or 0x488630) is unknown color: approx La Palma. HEX triplet: 48, 86 and 30. RGB value is (72,134,48). Sum of RGB (Red+Green+Blue) = 72+134+48=254 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.35% from 254); Green value is 134 (52.73% from 255 or 52.76% from 254); Blue value is 48 (19.14% from 255 or 18.90% from 254); Max value from RGB is 134 - color contains mainly: green. Hex color #488630 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #488630 is #B779CF. Grayscale: #696969. Windows color (decimal): -12024272 or 3180104. OLE color: 3180104.

HSL color Cylindrical-coordinate representation of color #488630: hue angle of 103.26º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #488630 is Cyan = 0.46, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.47.

Color convert

RGB7213448-
CMYK0.4600.640.47
HSL103.26º47.25%35.69%-
HSV(B)103.26º64.18%52.55%-
XYZ11.7318.645.78-
YUV105.6695.46103.99-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.35%
GREEN value IS 134 (52.73% from 255) = 52.76%
BLUE value IS 48 (19.14% from 255) = 18.90%
R=28.35%
G=52.76%
B=18.90%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal72134480.4600.640.47103.2647.2535.69
Hex4886302E0402F672f24
Octal11020660560100571475744
Binary100100010000110110000101110010000001011111100111101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #488630; }

 p { color: rgb(72,134,48); }

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

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

 a { background-color: rgb(72,134,48); }

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

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

 span { border-color: rgb(72,134,48); }

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