Html Css Color HEX #508129 La Palma

📋 copy color: '#508129'

red 80 ◦ green 129 ◦ blue 41

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

Shades of La Palma #508129

Tints of La Palma #508129

RGB

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

 GREEN value IS 129 (50.78% from 255) = 51.6%

 BLUE value IS 41 (16.41% from 255) = 16.4%

R = 32%
G = 51.6%
B = 16.4%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.68

 K value IS 0.49

RGB Variations

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

Color information

#508129 (or 0x508129) is known color: La Palma. HEX triplet: 50, 81 and 29. RGB value is (80,129,41). Sum of RGB (Red+Green+Blue) = 80+129+41=250 (33% of max value = 765). Red value is 80 (31.64% from 255 or 32% from 250); Green value is 129 (50.78% from 255 or 51.6% from 250); Blue value is 41 (16.41% from 255 or 16.4% from 250); Max value from RGB is 129 - color contains mainly: green. Hex color #508129 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #508129 is #AF7ED6. Grayscale: #686868. Windows color (decimal): -11501271 or 2720080. OLE color: 2720080.

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

Color convert

RGB 80 129 41 -
CMYK 0.38 0 0.68 0.49
HSL 93.41º 0.52% 0.33% -
HSV(B) 93.41º 0.68% 0.51% -
XYZ 11.56 17.57 4.88 -
YUV 104.32 92.27 110.66 -
System Red Green Blue C M Y K H S L
Decimal 80 129 41 0.38 0 0.68 0.49 93.41 0.52 0.33
Hex 50 81 29 26 0 44 31 5D 34 21
Octal 120 201 51 46 0 104 61 135 64 41
Binary 1010000 10000001 101001 100110 0 1000100 110001 1011101 110100 100001

Color Harmonies of #508129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508129

Black with #508129

Text Example


Text Example

White with #508129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #508129; }

 p { color: rgb(80,129,41); }

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

background-color css

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

 a { background-color: rgb(80,129,41); }

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

border-color css

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

 span { border-color: rgb(80,129,41); }

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