#50933B

Color #50933B La Palma (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of La Palma #50933B

Tints of La Palma #50933B

Color information

#50933B (or 0x50933B) is unknown color: approx La Palma. HEX triplet: 50, 93 and 3B. RGB value is (80,147,59). Sum of RGB (Red+Green+Blue) = 80+147+59=286 (37% of max value = 765). Red value is 80 (31.64% from 255 or 27.97% from 286); Green value is 147 (57.81% from 255 or 51.40% from 286); Blue value is 59 (23.44% from 255 or 20.63% from 286); Max value from RGB is 147 - color contains mainly: green. Hex color #50933B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50933B is #AF6CC4. Grayscale: #757575. Windows color (decimal): -11496645 or 3904336. OLE color: 3904336.

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

Color convert

RGB8014759-
CMYK0.4600.600.42
HSL105.68º42.72%40.39%-
HSV(B)105.68º59.86%57.65%-
XYZ14.5322.897.79-
YUV116.9495.3101.66-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.97%
GREEN value IS 147 (57.81% from 255) = 51.40%
BLUE value IS 59 (23.44% from 255) = 20.63%
R=27.97%
G=51.40%
B=20.63%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal80147590.4600.600.42105.6842.7240.39
Hex50933B2E03C2A6a2b28
Octal1202237356074521525350
Binary10100001001001111101110111001111001010101101010101011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50933B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50933B; }

 p { color: rgb(80,147,59); }

 H1.HeaderClassName
 {
   color: #50933B;
 }
 .AnyTagClassName
 {
   color: #50933B;
 }
</style>
background-color css

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

 a { background-color: rgb(80,147,59); }

 div.DivClassName
 {
   background-color: #50933B;
 }
 .BgClassName
 {
   background-color: #50933B;
 }
</style>
border-color css

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

 span { border-color: rgb(80,147,59); }

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