Html Css Color HEX #50953C La Palma

📋 copy color: '#50953C'

red 80 ◦ green 149 ◦ blue 60

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

Shades of La Palma #50953C

Tints of La Palma #50953C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 20.76%

R = 27.68%
G = 51.56%
B = 20.76%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.60

 K value IS 0.42

RGB Variations

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

Color information

#50953C (or 0x50953C) is known color: La Palma. HEX triplet: 50, 95 and 3C. RGB value is (80,149,60). Sum of RGB (Red+Green+Blue) = 80+149+60=289 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.68% from 289); Green value is 149 (58.59% from 255 or 51.56% from 289); Blue value is 60 (23.83% from 255 or 20.76% from 289); Max value from RGB is 149 - color contains mainly: green. Hex color #50953C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50953C is #AF6AC3. Grayscale: #767676. Windows color (decimal): -11496132 or 3970384. OLE color: 3970384.

HSL color Cylindrical-coordinate representation of color #50953C: hue angle of 106.52º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #50953C is Cyan = 0.46, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.42.

Color convert

RGB 80 149 60 -
CMYK 0.46 0 0.60 0.42
HSL 106.52º 0.43% 0.41% -
HSV(B) 106.52º 0.6% 0.58% -
XYZ 14.87 23.53 8.03 -
YUV 118.22 95.14 100.74 -
System Red Green Blue C M Y K H S L
Decimal 80 149 60 0.46 0 0.60 0.42 106.52 0.43 0.41
Hex 50 95 3C 2E 0 3C 2A 6B 2B 29
Octal 120 225 74 56 0 74 52 153 53 51
Binary 1010000 10010101 111100 101110 0 111100 101010 1101011 101011 101001

Color Harmonies of #50953C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50953C

Black with #50953C

Text Example


Text Example

White with #50953C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50953C; }

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

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

background-color css

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

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

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

border-color css

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

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

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