#508C34

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

Shades of La Palma #508C34

Tints of La Palma #508C34

Color information

#508C34 (or 0x508C34) is unknown color: approx La Palma. HEX triplet: 50, 8C and 34. RGB value is (80,140,52). Sum of RGB (Red+Green+Blue) = 80+140+52=272 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.41% from 272); Green value is 140 (55.08% from 255 or 51.47% from 272); Blue value is 52 (20.70% from 255 or 19.12% from 272); Max value from RGB is 140 - color contains mainly: green. Hex color #508C34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #508C34 is #AF73CB. Grayscale: #707070. Windows color (decimal): -11498444 or 3443792. OLE color: 3443792.

HSL color Cylindrical-coordinate representation of color #508C34: hue angle of 100.91º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #508C34 is Cyan = 0.43, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.45.

Color convert

RGB8014052-
CMYK0.4300.630.45
HSL100.91º45.83%37.65%-
HSV(B)100.91º62.86%54.9%-
XYZ13.3120.716.54-
YUV112.0394.12105.16-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.41%
GREEN value IS 140 (55.08% from 255) = 51.47%
BLUE value IS 52 (20.70% from 255) = 19.12%
R=29.41%
G=51.47%
B=19.12%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal80140520.4300.630.45100.9145.8337.65
Hex508C342B03F2D652e26
Octal1202146453077551455646
Binary10100001000110011010010101101111111011011100101101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508C34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #508C34; }

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

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

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

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

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

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

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

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