Html Css Color HEX #508F32 La Palma

📋 copy color: '#508F32'

red 80 ◦ green 143 ◦ blue 50

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

Shades of La Palma #508F32

Tints of La Palma #508F32

RGB

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

 GREEN value IS 143 (56.25% from 255) = 52.38%

 BLUE value IS 50 (19.92% from 255) = 18.32%

R = 29.3%
G = 52.38%
B = 18.32%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.65

 K value IS 0.44

RGB Variations

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

Color information

#508F32 (or 0x508F32) is known color: La Palma. HEX triplet: 50, 8F and 32. RGB value is (80,143,50). Sum of RGB (Red+Green+Blue) = 80+143+50=273 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.30% from 273); Green value is 143 (56.25% from 255 or 52.38% from 273); Blue value is 50 (19.92% from 255 or 18.32% from 273); Max value from RGB is 143 - color contains mainly: green. Hex color #508F32 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #508F32 is #AF70CD. Grayscale: #717171. Windows color (decimal): -11497678 or 3313488. OLE color: 3313488.

HSL color Cylindrical-coordinate representation of color #508F32: hue angle of 100.65º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #508F32 is Cyan = 0.44, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.44.

Color convert

RGB 80 143 50 -
CMYK 0.44 0 0.65 0.44
HSL 100.65º 0.48% 0.38% -
HSV(B) 100.65º 0.65% 0.56% -
XYZ 13.71 21.58 6.46 -
YUV 113.56 92.13 104.06 -
System Red Green Blue C M Y K H S L
Decimal 80 143 50 0.44 0 0.65 0.44 100.65 0.48 0.38
Hex 50 8F 32 2C 0 41 2C 65 30 26
Octal 120 217 62 54 0 101 54 145 60 46
Binary 1010000 10001111 110010 101100 0 1000001 101100 1100101 110000 100110

Color Harmonies of #508F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508F32

Black with #508F32

Text Example


Text Example

White with #508F32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,143,50); }

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

background-color css

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

 a { background-color: rgb(80,143,50); }

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

border-color css

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

 span { border-color: rgb(80,143,50); }

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