Html Css Color HEX #50963D La Palma

📋 copy color: '#50963D'

red 80 ◦ green 150 ◦ blue 61

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

Shades of La Palma #50963D

Tints of La Palma #50963D

RGB

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

 GREEN value IS 150 (58.98% from 255) = 51.55%

 BLUE value IS 61 (24.22% from 255) = 20.96%

R = 27.49%
G = 51.55%
B = 20.96%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.59

 K value IS 0.41

RGB Variations

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

Color information

#50963D (or 0x50963D) is known color: La Palma. HEX triplet: 50, 96 and 3D. RGB value is (80,150,61). Sum of RGB (Red+Green+Blue) = 80+150+61=291 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.49% from 291); Green value is 150 (58.98% from 255 or 51.55% from 291); Blue value is 61 (24.22% from 255 or 20.96% from 291); Max value from RGB is 150 - color contains mainly: green. Hex color #50963D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50963D is #AF69C2. Grayscale: #777777. Windows color (decimal): -11495875 or 4036176. OLE color: 4036176.

HSL color Cylindrical-coordinate representation of color #50963D: hue angle of 107.19º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #50963D is Cyan = 0.47, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.41.

Color convert

RGB 80 150 61 -
CMYK 0.47 0 0.59 0.41
HSL 107.19º 0.42% 0.41% -
HSV(B) 107.19º 0.59% 0.59% -
XYZ 15.06 23.86 8.23 -
YUV 118.92 95.31 100.24 -
System Red Green Blue C M Y K H S L
Decimal 80 150 61 0.47 0 0.59 0.41 107.19 0.42 0.41
Hex 50 96 3D 2F 0 3B 29 6B 2A 29
Octal 120 226 75 57 0 73 51 153 52 51
Binary 1010000 10010110 111101 101111 0 111011 101001 1101011 101010 101001

Color Harmonies of #50963D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50963D

Black with #50963D

Text Example


Text Example

White with #50963D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50963D; }

 p { color: rgb(80,150,61); }

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

background-color css

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

 a { background-color: rgb(80,150,61); }

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

border-color css

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

 span { border-color: rgb(80,150,61); }

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