Html Css Color HEX #509534 La Palma

📋 copy color: '#509534'

red 80 ◦ green 149 ◦ blue 52

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

Shades of La Palma #509534

Tints of La Palma #509534

RGB

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

 GREEN value IS 149 (58.59% from 255) = 53.02%

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

R = 28.47%
G = 53.02%
B = 18.51%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.65

 K value IS 0.42

RGB Variations

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

Color information

#509534 (or 0x509534) is known color: La Palma. HEX triplet: 50, 95 and 34. RGB value is (80,149,52). Sum of RGB (Red+Green+Blue) = 80+149+52=281 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.47% from 281); Green value is 149 (58.59% from 255 or 53.02% from 281); Blue value is 52 (20.70% from 255 or 18.51% from 281); Max value from RGB is 149 - color contains mainly: green. Hex color #509534 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #509534 is #AF6ACB. Grayscale: #757575. Windows color (decimal): -11496140 or 3446096. OLE color: 3446096.

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

Color convert

RGB 80 149 52 -
CMYK 0.46 0 0.65 0.42
HSL 102.68º 0.48% 0.39% -
HSV(B) 102.68º 0.65% 0.58% -
XYZ 14.68 23.45 7 -
YUV 117.31 91.14 101.39 -
System Red Green Blue C M Y K H S L
Decimal 80 149 52 0.46 0 0.65 0.42 102.68 0.48 0.39
Hex 50 95 34 2E 0 41 2A 67 30 27
Octal 120 225 64 56 0 101 52 147 60 47
Binary 1010000 10010101 110100 101110 0 1000001 101010 1100111 110000 100111

Color Harmonies of #509534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509534

Black with #509534

Text Example


Text Example

White with #509534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509534; }

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

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

background-color css

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

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

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

border-color css

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

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

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