Html Css Color HEX #50952C La Palma

📋 copy color: '#50952C'

red 80 ◦ green 149 ◦ blue 44

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

Shades of La Palma #50952C

Tints of La Palma #50952C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 16.12%

R = 29.3%
G = 54.58%
B = 16.12%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.70

 K value IS 0.42

RGB Variations

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

Color information

#50952C (or 0x50952C) is known color: La Palma. HEX triplet: 50, 95 and 2C. RGB value is (80,149,44). Sum of RGB (Red+Green+Blue) = 80+149+44=273 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.30% from 273); Green value is 149 (58.59% from 255 or 54.58% from 273); Blue value is 44 (17.58% from 255 or 16.12% from 273); Max value from RGB is 149 - color contains mainly: green. Hex color #50952C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50952C is #AF6AD3. Grayscale: #747474. Windows color (decimal): -11496148 or 2921808. OLE color: 2921808.

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

Color convert

RGB 80 149 44 -
CMYK 0.46 0 0.70 0.42
HSL 99.43º 0.54% 0.38% -
HSV(B) 99.43º 0.7% 0.58% -
XYZ 14.51 23.38 6.13 -
YUV 116.4 87.14 102.04 -
System Red Green Blue C M Y K H S L
Decimal 80 149 44 0.46 0 0.70 0.42 99.43 0.54 0.38
Hex 50 95 2C 2E 0 46 2A 63 36 26
Octal 120 225 54 56 0 106 52 143 66 46
Binary 1010000 10010101 101100 101110 0 1000110 101010 1100011 110110 100110

Color Harmonies of #50952C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50952C

Black with #50952C

Text Example


Text Example

White with #50952C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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