Html Css Color HEX #50852D La Palma

📋 copy color: '#50852D'

red 80 ◦ green 133 ◦ blue 45

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

Shades of La Palma #50852D

Tints of La Palma #50852D

RGB

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

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

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

R = 31.01%
G = 51.55%
B = 17.44%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.66

 K value IS 0.48

RGB Variations

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

Color information

#50852D (or 0x50852D) is known color: La Palma. HEX triplet: 50, 85 and 2D. RGB value is (80,133,45). Sum of RGB (Red+Green+Blue) = 80+133+45=258 (34% of max value = 765). Red value is 80 (31.64% from 255 or 31.01% from 258); Green value is 133 (52.34% from 255 or 51.55% from 258); Blue value is 45 (17.97% from 255 or 17.44% from 258); Max value from RGB is 133 - color contains mainly: green. Hex color #50852D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50852D is #AF7AD2. Grayscale: #6B6B6B. Windows color (decimal): -11500243 or 2983248. OLE color: 2983248.

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

Color convert

RGB 80 133 45 -
CMYK 0.40 0 0.66 0.48
HSL 96.14º 0.49% 0.35% -
HSV(B) 96.14º 0.66% 0.52% -
XYZ 12.17 18.67 5.44 -
YUV 107.12 92.94 108.66 -
System Red Green Blue C M Y K H S L
Decimal 80 133 45 0.40 0 0.66 0.48 96.14 0.49 0.35
Hex 50 85 2D 28 0 42 30 60 31 23
Octal 120 205 55 50 0 102 60 140 61 43
Binary 1010000 10000101 101101 101000 0 1000010 110000 1100000 110001 100011

Color Harmonies of #50852D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50852D

Black with #50852D

Text Example


Text Example

White with #50852D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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