#508333

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

Shades of La Palma #508333

Tints of La Palma #508333

Color information

#508333 (or 0x508333) is unknown color: approx La Palma. HEX triplet: 50, 83 and 33. RGB value is (80,131,51). Sum of RGB (Red+Green+Blue) = 80+131+51=262 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.53% from 262); Green value is 131 (51.56% from 255 or 50% from 262); Blue value is 51 (20.31% from 255 or 19.47% from 262); Max value from RGB is 131 - color contains mainly: green. Hex color #508333 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #508333 is #AF7CCC. Grayscale: #6A6A6A. Windows color (decimal): -11500749 or 3375952. OLE color: 3375952.

HSL color Cylindrical-coordinate representation of color #508333: hue angle of 98.25º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #508333 is Cyan = 0.39, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.49.

Color convert

RGB8013151-
CMYK0.3900.610.49
HSL98.25º43.96%35.69%-
HSV(B)98.25º61.07%51.37%-
XYZ12.0218.186.01-
YUV106.6396.6109-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 30.53%
GREEN value IS 131 (51.56% from 255) = 50%
BLUE value IS 51 (20.31% from 255) = 19.47%
R=30.53%
G=50%
B=19.47%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal80131510.3900.610.4998.2543.9635.69
Hex5083332703D31622c24
Octal1202036347075611425444
Binary10100001000001111001110011101111011100011100010101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #508333; }

 p { color: rgb(80,131,51); }

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

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

 a { background-color: rgb(80,131,51); }

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

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

 span { border-color: rgb(80,131,51); }

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