Html Css Color HEX #50952D La Palma

📋 copy color: '#50952D'

red 80 ◦ green 149 ◦ blue 45

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

Shades of La Palma #50952D

Tints of La Palma #50952D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 16.42%

R = 29.2%
G = 54.38%
B = 16.42%

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

#50952D (or 0x50952D) is known color: La Palma. HEX triplet: 50, 95 and 2D. RGB value is (80,149,45). Sum of RGB (Red+Green+Blue) = 80+149+45=274 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.20% from 274); Green value is 149 (58.59% from 255 or 54.38% from 274); Blue value is 45 (17.97% from 255 or 16.42% from 274); Max value from RGB is 149 - color contains mainly: green. Hex color #50952D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50952D is #AF6AD2. Grayscale: #747474. Windows color (decimal): -11496147 or 2987344. OLE color: 2987344.

HSL color Cylindrical-coordinate representation of color #50952D: hue angle of 99.81º 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 #50952D is Cyan = 0.46, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.42.

Color convert

RGB 80 149 45 -
CMYK 0.46 0 0.70 0.42
HSL 99.81º 0.54% 0.38% -
HSV(B) 99.81º 0.7% 0.58% -
XYZ 14.53 23.39 6.23 -
YUV 116.51 87.64 101.96 -
System Red Green Blue C M Y K H S L
Decimal 80 149 45 0.46 0 0.70 0.42 99.81 0.54 0.38
Hex 50 95 2D 2E 0 46 2A 64 36 26
Octal 120 225 55 56 0 106 52 144 66 46
Binary 1010000 10010101 101101 101110 0 1000110 101010 1100100 110110 100110

Color Harmonies of #50952D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50952D

Black with #50952D

Text Example


Text Example

White with #50952D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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