Html Css Color HEX #508C37 La Palma

📋 copy color: '#508C37'

red 80 ◦ green 140 ◦ blue 55

#508C37
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of La Palma #508C37

Tints of La Palma #508C37

RGB

 RED value IS 80 (31.64% from 255) = 29.09%

 GREEN value IS 140 (55.08% from 255) = 50.91%

 BLUE value IS 55 (21.88% from 255) = 20%

R = 29.09%
G = 50.91%
B = 20%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.61

 K value IS 0.45

RGB Variations

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

Color information

#508C37 (or 0x508C37) is known color: La Palma. HEX triplet: 50, 8C and 37. RGB value is (80,140,55). Sum of RGB (Red+Green+Blue) = 80+140+55=275 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.09% from 275); Green value is 140 (55.08% from 255 or 50.91% from 275); Blue value is 55 (21.88% from 255 or 20% from 275); Max value from RGB is 140 - color contains mainly: green. Hex color #508C37 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #508C37 is #AF73C8. Grayscale: #707070. Windows color (decimal): -11498441 or 3640400. OLE color: 3640400.

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

Color convert

RGB 80 140 55 -
CMYK 0.43 0 0.61 0.45
HSL 102.35º 0.44% 0.38% -
HSV(B) 102.35º 0.61% 0.55% -
XYZ 13.38 20.74 6.91 -
YUV 112.37 95.62 104.91 -
System Red Green Blue C M Y K H S L
Decimal 80 140 55 0.43 0 0.61 0.45 102.35 0.44 0.38
Hex 50 8C 37 2B 0 3D 2D 66 2C 26
Octal 120 214 67 53 0 75 55 146 54 46
Binary 1010000 10001100 110111 101011 0 111101 101101 1100110 101100 100110

Color Harmonies of #508C37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508C37

Black with #508C37

Text Example


Text Example

White with #508C37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #508C37;
 }
 .AnyTagClassName
 {
   color: #508C37;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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