#508934

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

Shades of La Palma #508934

Tints of La Palma #508934

Color information

#508934 (or 0x508934) is unknown color: approx La Palma. HEX triplet: 50, 89 and 34. RGB value is (80,137,52). Sum of RGB (Red+Green+Blue) = 80+137+52=269 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.74% from 269); Green value is 137 (53.91% from 255 or 50.93% from 269); Blue value is 52 (20.70% from 255 or 19.33% from 269); Max value from RGB is 137 - color contains mainly: green. Hex color #508934 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #508934 is #AF76CB. Grayscale: #6E6E6E. Windows color (decimal): -11499212 or 3443024. OLE color: 3443024.

HSL color Cylindrical-coordinate representation of color #508934: hue angle of 100.24º 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 #508934 is Cyan = 0.42, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.46.

Color convert

RGB8013752-
CMYK0.4200.620.46
HSL100.24º44.97%37.06%-
HSV(B)100.24º62.04%53.73%-
XYZ12.8719.846.4-
YUV110.2795.12106.41-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.74%
GREEN value IS 137 (53.91% from 255) = 50.93%
BLUE value IS 52 (20.70% from 255) = 19.33%
R=29.74%
G=50.93%
B=19.33%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal80137520.4200.620.46100.2444.9737.06
Hex5089342A03E2E642d25
Octal1202116452076561445545
Binary10100001000100111010010101001111101011101100100101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #508934; }

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

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

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

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

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

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

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

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