Html Css Color HEX #508E2B La Palma

📋 copy color: '#508E2B'

red 80 ◦ green 142 ◦ blue 43

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

Shades of La Palma #508E2B

Tints of La Palma #508E2B

RGB

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

 GREEN value IS 142 (55.86% from 255) = 53.58%

 BLUE value IS 43 (17.19% from 255) = 16.23%

R = 30.19%
G = 53.58%
B = 16.23%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.70

 K value IS 0.44

RGB Variations

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

Color information

#508E2B (or 0x508E2B) is known color: La Palma. HEX triplet: 50, 8E and 2B. RGB value is (80,142,43). Sum of RGB (Red+Green+Blue) = 80+142+43=265 (35% of max value = 765). Red value is 80 (31.64% from 255 or 30.19% from 265); Green value is 142 (55.86% from 255 or 53.58% from 265); Blue value is 43 (17.19% from 255 or 16.23% from 265); Max value from RGB is 142 - color contains mainly: green. Hex color #508E2B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #508E2B is #AF71D4. Grayscale: #707070. Windows color (decimal): -11497941 or 2854480. OLE color: 2854480.

HSL color Cylindrical-coordinate representation of color #508E2B: hue angle of 97.58º degrees, saturation: 0.54, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #508E2B is Cyan = 0.44, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.44.

Color convert

RGB 80 142 43 -
CMYK 0.44 0 0.70 0.44
HSL 97.58º 0.54% 0.36% -
HSV(B) 97.58º 0.7% 0.56% -
XYZ 13.42 21.23 5.68 -
YUV 112.18 88.96 105.05 -
System Red Green Blue C M Y K H S L
Decimal 80 142 43 0.44 0 0.70 0.44 97.58 0.54 0.36
Hex 50 8E 2B 2C 0 46 2C 62 36 24
Octal 120 216 53 54 0 106 54 142 66 44
Binary 1010000 10001110 101011 101100 0 1000110 101100 1100010 110110 100100

Color Harmonies of #508E2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508E2B

Black with #508E2B

Text Example


Text Example

White with #508E2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #508E2B; }

 p { color: rgb(80,142,43); }

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

background-color css

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

 a { background-color: rgb(80,142,43); }

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

border-color css

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

 span { border-color: rgb(80,142,43); }

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