Html Css Color HEX #50852C La Palma

📋 copy color: '#50852C'

red 80 ◦ green 133 ◦ blue 44

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

Shades of La Palma #50852C

Tints of La Palma #50852C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 51.75%

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

R = 31.13%
G = 51.75%
B = 17.12%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.67

 K value IS 0.48

RGB Variations

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

Color information

#50852C (or 0x50852C) is known color: La Palma. HEX triplet: 50, 85 and 2C. RGB value is (80,133,44). Sum of RGB (Red+Green+Blue) = 80+133+44=257 (34% of max value = 765). Red value is 80 (31.64% from 255 or 31.13% from 257); Green value is 133 (52.34% from 255 or 51.75% from 257); Blue value is 44 (17.58% from 255 or 17.12% from 257); Max value from RGB is 133 - color contains mainly: green. Hex color #50852C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50852C is #AF7AD3. Grayscale: #6B6B6B. Windows color (decimal): -11500244 or 2917712. OLE color: 2917712.

HSL color Cylindrical-coordinate representation of color #50852C: hue angle of 95.73º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #50852C is Cyan = 0.40, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.48.

Color convert

RGB 80 133 44 -
CMYK 0.40 0 0.67 0.48
HSL 95.73º 0.5% 0.35% -
HSV(B) 95.73º 0.67% 0.52% -
XYZ 12.15 18.66 5.34 -
YUV 107.01 92.44 108.74 -
System Red Green Blue C M Y K H S L
Decimal 80 133 44 0.40 0 0.67 0.48 95.73 0.5 0.35
Hex 50 85 2C 28 0 43 30 60 32 23
Octal 120 205 54 50 0 103 60 140 62 43
Binary 1010000 10000101 101100 101000 0 1000011 110000 1100000 110010 100011

Color Harmonies of #50852C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50852C

Black with #50852C

Text Example


Text Example

White with #50852C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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