Html Css Color HEX #508231 La Palma

📋 copy color: '#508231'

red 80 ◦ green 130 ◦ blue 49

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

Shades of La Palma #508231

Tints of La Palma #508231

RGB

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

 GREEN value IS 130 (51.17% from 255) = 50.19%

 BLUE value IS 49 (19.53% from 255) = 18.92%

R = 30.89%
G = 50.19%
B = 18.92%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.62

 K value IS 0.49

RGB Variations

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

Color information

#508231 (or 0x508231) is known color: La Palma. HEX triplet: 50, 82 and 31. RGB value is (80,130,49). Sum of RGB (Red+Green+Blue) = 80+130+49=259 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.89% from 259); Green value is 130 (51.17% from 255 or 50.19% from 259); Blue value is 49 (19.53% from 255 or 18.92% from 259); Max value from RGB is 130 - color contains mainly: green. Hex color #508231 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #508231 is #AF7DCE. Grayscale: #6A6A6A. Windows color (decimal): -11501007 or 3244624. OLE color: 3244624.

HSL color Cylindrical-coordinate representation of color #508231: hue angle of 97.04º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #508231 is Cyan = 0.38, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.49.

Color convert

RGB 80 130 49 -
CMYK 0.38 0 0.62 0.49
HSL 97.04º 0.45% 0.35% -
HSV(B) 97.04º 0.62% 0.51% -
XYZ 11.85 17.89 5.74 -
YUV 105.82 95.94 109.59 -
System Red Green Blue C M Y K H S L
Decimal 80 130 49 0.38 0 0.62 0.49 97.04 0.45 0.35
Hex 50 82 31 26 0 3E 31 61 2D 23
Octal 120 202 61 46 0 76 61 141 55 43
Binary 1010000 10000010 110001 100110 0 111110 110001 1100001 101101 100011

Color Harmonies of #508231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508231

Black with #508231

Text Example


Text Example

White with #508231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #508231; }

 p { color: rgb(80,130,49); }

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

background-color css

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

 a { background-color: rgb(80,130,49); }

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

border-color css

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

 span { border-color: rgb(80,130,49); }

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