Html Css Color HEX #508A34 La Palma

📋 copy color: '#508A34'

red 80 ◦ green 138 ◦ blue 52

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

Shades of La Palma #508A34

Tints of La Palma #508A34

RGB

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

 GREEN value IS 138 (54.3% from 255) = 51.11%

 BLUE value IS 52 (20.7% from 255) = 19.26%

R = 29.63%
G = 51.11%
B = 19.26%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.62

 K value IS 0.46

RGB Variations

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

Color information

#508A34 (or 0x508A34) is known color: La Palma. HEX triplet: 50, 8A and 34. RGB value is (80,138,52). Sum of RGB (Red+Green+Blue) = 80+138+52=270 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.63% from 270); Green value is 138 (54.30% from 255 or 51.11% from 270); Blue value is 52 (20.70% from 255 or 19.26% from 270); Max value from RGB is 138 - color contains mainly: green. Hex color #508A34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #508A34 is #AF75CB. Grayscale: #6F6F6F. Windows color (decimal): -11498956 or 3443280. OLE color: 3443280.

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

Color convert

RGB 80 138 52 -
CMYK 0.42 0 0.62 0.46
HSL 100.47º 0.45% 0.37% -
HSV(B) 100.47º 0.62% 0.54% -
XYZ 13.02 20.13 6.45 -
YUV 110.85 94.78 105.99 -
System Red Green Blue C M Y K H S L
Decimal 80 138 52 0.42 0 0.62 0.46 100.47 0.45 0.37
Hex 50 8A 34 2A 0 3E 2E 64 2D 25
Octal 120 212 64 52 0 76 56 144 55 45
Binary 1010000 10001010 110100 101010 0 111110 101110 1100100 101101 100101

Color Harmonies of #508A34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508A34

Black with #508A34

Text Example


Text Example

White with #508A34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,138,52); }

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

background-color css

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

 a { background-color: rgb(80,138,52); }

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

border-color css

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

 span { border-color: rgb(80,138,52); }

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