Html Css Color HEX #508832 La Palma

📋 copy color: '#508832'

red 80 ◦ green 136 ◦ blue 50

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

Shades of La Palma #508832

Tints of La Palma #508832

RGB

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

 GREEN value IS 136 (53.52% from 255) = 51.13%

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

R = 30.08%
G = 51.13%
B = 18.8%

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

#508832 (or 0x508832) is known color: La Palma. HEX triplet: 50, 88 and 32. RGB value is (80,136,50). Sum of RGB (Red+Green+Blue) = 80+136+50=266 (35% of max value = 765). Red value is 80 (31.64% from 255 or 30.08% from 266); Green value is 136 (53.52% from 255 or 51.13% from 266); Blue value is 50 (19.92% from 255 or 18.80% from 266); Max value from RGB is 136 - color contains mainly: green. Hex color #508832 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #508832 is #AF77CD. Grayscale: #6D6D6D. Windows color (decimal): -11499470 or 3311696. OLE color: 3311696.

HSL color Cylindrical-coordinate representation of color #508832: hue angle of 99.07º 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 #508832 is Cyan = 0.41, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.47.

Color convert

RGB 80 136 50 -
CMYK 0.41 0 0.63 0.47
HSL 99.07º 0.46% 0.36% -
HSV(B) 99.07º 0.63% 0.53% -
XYZ 12.69 19.54 6.12 -
YUV 109.45 94.45 106.99 -
System Red Green Blue C M Y K H S L
Decimal 80 136 50 0.41 0 0.63 0.47 99.07 0.46 0.36
Hex 50 88 32 29 0 3F 2F 63 2E 24
Octal 120 210 62 51 0 77 57 143 56 44
Binary 1010000 10001000 110010 101001 0 111111 101111 1100011 101110 100100

Color Harmonies of #508832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508832

Black with #508832

Text Example


Text Example

White with #508832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #508832; }

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

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

background-color css

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

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

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

border-color css

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

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

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