#488934

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

Shades of La Palma #488934

Tints of La Palma #488934

Color information

#488934 (or 0x488934) is unknown color: approx La Palma. HEX triplet: 48, 89 and 34. RGB value is (72,137,52). Sum of RGB (Red+Green+Blue) = 72+137+52=261 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.59% from 261); Green value is 137 (53.91% from 255 or 52.49% from 261); Blue value is 52 (20.70% from 255 or 19.92% from 261); Max value from RGB is 137 - color contains mainly: green. Hex color #488934 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #488934 is #B776CB. Grayscale: #6C6C6C. Windows color (decimal): -12023500 or 3443016. OLE color: 3443016.

HSL color Cylindrical-coordinate representation of color #488934: hue angle of 105.88º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #488934 is Cyan = 0.47, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.46.

Color convert

RGB7213752-
CMYK0.4700.620.46
HSL105.88º44.97%37.06%-
HSV(B)105.88º62.04%53.73%-
XYZ12.2419.526.37-
YUV107.8896.47102.41-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 27.59%
GREEN value IS 137 (53.91% from 255) = 52.49%
BLUE value IS 52 (20.70% from 255) = 19.92%
R=27.59%
G=52.49%
B=19.92%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal72137520.4700.620.46105.8844.9737.06
Hex4889342F03E2E6a2d25
Octal1102116457076561525545
Binary10010001000100111010010111101111101011101101010101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #488934; }

 p { color: rgb(72,137,52); }

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

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

 a { background-color: rgb(72,137,52); }

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

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

 span { border-color: rgb(72,137,52); }

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