Html Css Color HEX #509431 La Palma

📋 copy color: '#509431'

red 80 ◦ green 148 ◦ blue 49

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

Shades of La Palma #509431

Tints of La Palma #509431

RGB

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

 GREEN value IS 148 (58.2% from 255) = 53.43%

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

R = 28.88%
G = 53.43%
B = 17.69%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.67

 K value IS 0.42

RGB Variations

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

Color information

#509431 (or 0x509431) is known color: La Palma. HEX triplet: 50, 94 and 31. RGB value is (80,148,49). Sum of RGB (Red+Green+Blue) = 80+148+49=277 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.88% from 277); Green value is 148 (58.20% from 255 or 53.43% from 277); Blue value is 49 (19.53% from 255 or 17.69% from 277); Max value from RGB is 148 - color contains mainly: green. Hex color #509431 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #509431 is #AF6BCE. Grayscale: #747474. Windows color (decimal): -11496399 or 3249232. OLE color: 3249232.

HSL color Cylindrical-coordinate representation of color #509431: hue angle of 101.21º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #509431 is Cyan = 0.46, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.42.

Color convert

RGB 80 148 49 -
CMYK 0.46 0 0.67 0.42
HSL 101.21º 0.5% 0.39% -
HSV(B) 101.21º 0.67% 0.58% -
XYZ 14.45 23.11 6.6 -
YUV 116.38 89.97 102.05 -
System Red Green Blue C M Y K H S L
Decimal 80 148 49 0.46 0 0.67 0.42 101.21 0.5 0.39
Hex 50 94 31 2E 0 43 2A 65 32 27
Octal 120 224 61 56 0 103 52 145 62 47
Binary 1010000 10010100 110001 101110 0 1000011 101010 1100101 110010 100111

Color Harmonies of #509431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509431

Black with #509431

Text Example


Text Example

White with #509431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509431; }

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

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

background-color css

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

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

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

border-color css

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

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

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