Html Css Color HEX #508935 La Palma

📋 copy color: '#508935'

red 80 ◦ green 137 ◦ blue 53

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

Shades of La Palma #508935

Tints of La Palma #508935

RGB

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

 GREEN value IS 137 (53.91% from 255) = 50.74%

 BLUE value IS 53 (21.09% from 255) = 19.63%

R = 29.63%
G = 50.74%
B = 19.63%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.61

 K value IS 0.46

RGB Variations

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

Color information

#508935 (or 0x508935) is known color: La Palma. HEX triplet: 50, 89 and 35. RGB value is (80,137,53). Sum of RGB (Red+Green+Blue) = 80+137+53=270 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.63% from 270); Green value is 137 (53.91% from 255 or 50.74% from 270); Blue value is 53 (21.09% from 255 or 19.63% from 270); Max value from RGB is 137 - color contains mainly: green. Hex color #508935 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #508935 is #AF76CA. Grayscale: #6E6E6E. Windows color (decimal): -11499211 or 3508560. OLE color: 3508560.

HSL color Cylindrical-coordinate representation of color #508935: hue angle of 100.71º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #508935 is Cyan = 0.42, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.46.

Color convert

RGB 80 137 53 -
CMYK 0.42 0 0.61 0.46
HSL 100.71º 0.44% 0.37% -
HSV(B) 100.71º 0.61% 0.54% -
XYZ 12.9 19.85 6.52 -
YUV 110.38 95.62 106.33 -
System Red Green Blue C M Y K H S L
Decimal 80 137 53 0.42 0 0.61 0.46 100.71 0.44 0.37
Hex 50 89 35 2A 0 3D 2E 65 2C 25
Octal 120 211 65 52 0 75 56 145 54 45
Binary 1010000 10001001 110101 101010 0 111101 101110 1100101 101100 100101

Color Harmonies of #508935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508935

Black with #508935

Text Example


Text Example

White with #508935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #508935; }

 p { color: rgb(80,137,53); }

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

background-color css

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

 a { background-color: rgb(80,137,53); }

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

border-color css

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

 span { border-color: rgb(80,137,53); }

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