Html Css Color HEX #50933C La Palma

📋 copy color: '#50933C'

red 80 ◦ green 147 ◦ blue 60

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

Shades of La Palma #50933C

Tints of La Palma #50933C

RGB

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

 GREEN value IS 147 (57.81% from 255) = 51.22%

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

R = 27.87%
G = 51.22%
B = 20.91%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.59

 K value IS 0.42

RGB Variations

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

Color information

#50933C (or 0x50933C) is known color: La Palma. HEX triplet: 50, 93 and 3C. RGB value is (80,147,60). Sum of RGB (Red+Green+Blue) = 80+147+60=287 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.87% from 287); Green value is 147 (57.81% from 255 or 51.22% from 287); Blue value is 60 (23.83% from 255 or 20.91% from 287); Max value from RGB is 147 - color contains mainly: green. Hex color #50933C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50933C is #AF6CC3. Grayscale: #757575. Windows color (decimal): -11496644 or 3969872. OLE color: 3969872.

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

Color convert

RGB 80 147 60 -
CMYK 0.46 0 0.59 0.42
HSL 106.21º 0.42% 0.41% -
HSV(B) 106.21º 0.59% 0.58% -
XYZ 14.56 22.9 7.93 -
YUV 117.05 95.8 101.57 -
System Red Green Blue C M Y K H S L
Decimal 80 147 60 0.46 0 0.59 0.42 106.21 0.42 0.41
Hex 50 93 3C 2E 0 3B 2A 6A 2A 29
Octal 120 223 74 56 0 73 52 152 52 51
Binary 1010000 10010011 111100 101110 0 111011 101010 1101010 101010 101001

Color Harmonies of #50933C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50933C

Black with #50933C

Text Example


Text Example

White with #50933C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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