Html Css Color HEX #50982D La Palma

📋 copy color: '#50982D'

red 80 ◦ green 152 ◦ blue 45

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

Shades of La Palma #50982D

Tints of La Palma #50982D

RGB

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

 GREEN value IS 152 (59.77% from 255) = 54.87%

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

R = 28.88%
G = 54.87%
B = 16.25%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.70

 K value IS 0.40

RGB Variations

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

Color information

#50982D (or 0x50982D) is known color: La Palma. HEX triplet: 50, 98 and 2D. RGB value is (80,152,45). Sum of RGB (Red+Green+Blue) = 80+152+45=277 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.88% from 277); Green value is 152 (59.77% from 255 or 54.87% from 277); Blue value is 45 (17.97% from 255 or 16.25% from 277); Max value from RGB is 152 - color contains mainly: green. Hex color #50982D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50982D is #AF67D2. Grayscale: #767676. Windows color (decimal): -11495379 or 2988112. OLE color: 2988112.

HSL color Cylindrical-coordinate representation of color #50982D: hue angle of 100.37º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #50982D is Cyan = 0.47, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.40.

Color convert

RGB 80 152 45 -
CMYK 0.47 0 0.70 0.40
HSL 100.37º 0.54% 0.39% -
HSV(B) 100.37º 0.7% 0.6% -
XYZ 15.01 24.35 6.39 -
YUV 118.27 86.65 100.7 -
System Red Green Blue C M Y K H S L
Decimal 80 152 45 0.47 0 0.70 0.40 100.37 0.54 0.39
Hex 50 98 2D 2F 0 46 28 64 36 27
Octal 120 230 55 57 0 106 50 144 66 47
Binary 1010000 10011000 101101 101111 0 1000110 101000 1100100 110110 100111

Color Harmonies of #50982D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50982D

Black with #50982D

Text Example


Text Example

White with #50982D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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