Html Css Color HEX #508027 La Palma

📋 copy color: '#508027'

red 80 ◦ green 128 ◦ blue 39

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

Shades of La Palma #508027

Tints of La Palma #508027

RGB

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

 GREEN value IS 128 (50.39% from 255) = 51.82%

 BLUE value IS 39 (15.63% from 255) = 15.79%

R = 32.39%
G = 51.82%
B = 15.79%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.70

 K value IS 0.50

RGB Variations

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

Color information

#508027 (or 0x508027) is known color: La Palma. HEX triplet: 50, 80 and 27. RGB value is (80,128,39). Sum of RGB (Red+Green+Blue) = 80+128+39=247 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.39% from 247); Green value is 128 (50.39% from 255 or 51.82% from 247); Blue value is 39 (15.62% from 255 or 15.79% from 247); Max value from RGB is 128 - color contains mainly: green. Hex color #508027 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #508027 is #AF7FD8. Grayscale: #676767. Windows color (decimal): -11501529 or 2588752. OLE color: 2588752.

HSL color Cylindrical-coordinate representation of color #508027: hue angle of 92.36º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #508027 is Cyan = 0.38, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.50.

Color convert

RGB 80 128 39 -
CMYK 0.38 0 0.70 0.50
HSL 92.36º 0.53% 0.33% -
HSV(B) 92.36º 0.7% 0.5% -
XYZ 11.39 17.29 4.66 -
YUV 103.5 91.6 111.24 -
System Red Green Blue C M Y K H S L
Decimal 80 128 39 0.38 0 0.70 0.50 92.36 0.53 0.33
Hex 50 80 27 26 0 46 32 5C 35 21
Octal 120 200 47 46 0 106 62 134 65 41
Binary 1010000 10000000 100111 100110 0 1000110 110010 1011100 110101 100001

Color Harmonies of #508027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508027

Black with #508027

Text Example


Text Example

White with #508027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #508027; }

 p { color: rgb(80,128,39); }

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

background-color css

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

 a { background-color: rgb(80,128,39); }

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

border-color css

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

 span { border-color: rgb(80,128,39); }

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