Html Css Color HEX #508732 La Palma

📋 copy color: '#508732'

red 80 ◦ green 135 ◦ blue 50

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

Shades of La Palma #508732

Tints of La Palma #508732

RGB

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

 GREEN value IS 135 (53.13% from 255) = 50.94%

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

R = 30.19%
G = 50.94%
B = 18.87%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.63

 K value IS 0.47

RGB Variations

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

Color information

#508732 (or 0x508732) is known color: La Palma. HEX triplet: 50, 87 and 32. RGB value is (80,135,50). Sum of RGB (Red+Green+Blue) = 80+135+50=265 (35% of max value = 765). Red value is 80 (31.64% from 255 or 30.19% from 265); Green value is 135 (53.12% from 255 or 50.94% from 265); Blue value is 50 (19.92% from 255 or 18.87% from 265); Max value from RGB is 135 - color contains mainly: green. Hex color #508732 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #508732 is #AF78CD. Grayscale: #6D6D6D. Windows color (decimal): -11499726 or 3311440. OLE color: 3311440.

HSL color Cylindrical-coordinate representation of color #508732: hue angle of 98.82º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #508732 is Cyan = 0.41, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.47.

Color convert

RGB 80 135 50 -
CMYK 0.41 0 0.63 0.47
HSL 98.82º 0.46% 0.36% -
HSV(B) 98.82º 0.63% 0.53% -
XYZ 12.55 19.26 6.07 -
YUV 108.87 94.78 107.41 -
System Red Green Blue C M Y K H S L
Decimal 80 135 50 0.41 0 0.63 0.47 98.82 0.46 0.36
Hex 50 87 32 29 0 3F 2F 63 2E 24
Octal 120 207 62 51 0 77 57 143 56 44
Binary 1010000 10000111 110010 101001 0 111111 101111 1100011 101110 100100

Color Harmonies of #508732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508732

Black with #508732

Text Example


Text Example

White with #508732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #508732; }

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

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

background-color css

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

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

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

border-color css

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

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

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