Html Css Color HEX #50812D La Palma

📋 copy color: '#50812D'

red 80 ◦ green 129 ◦ blue 45

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

Shades of La Palma #50812D

Tints of La Palma #50812D

RGB

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

 GREEN value IS 129 (50.78% from 255) = 50.79%

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

R = 31.5%
G = 50.79%
B = 17.72%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.65

 K value IS 0.49

RGB Variations

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

Color information

#50812D (or 0x50812D) is known color: La Palma. HEX triplet: 50, 81 and 2D. RGB value is (80,129,45). Sum of RGB (Red+Green+Blue) = 80+129+45=254 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.50% from 254); Green value is 129 (50.78% from 255 or 50.79% from 254); Blue value is 45 (17.97% from 255 or 17.72% from 254); Max value from RGB is 129 - color contains mainly: green. Hex color #50812D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50812D is #AF7ED2. Grayscale: #696969. Windows color (decimal): -11501267 or 2982224. OLE color: 2982224.

HSL color Cylindrical-coordinate representation of color #50812D: hue angle of 95º degrees, saturation: 0.48, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #50812D is Cyan = 0.38, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.49.

Color convert

RGB 80 129 45 -
CMYK 0.38 0 0.65 0.49
HSL 95º 0.48% 0.34% -
HSV(B) 95º 0.65% 0.51% -
XYZ 11.63 17.6 5.27 -
YUV 104.77 94.27 110.33 -
System Red Green Blue C M Y K H S L
Decimal 80 129 45 0.38 0 0.65 0.49 95 0.48 0.34
Hex 50 81 2D 26 0 41 31 5F 30 22
Octal 120 201 55 46 0 101 61 137 60 42
Binary 1010000 10000001 101101 100110 0 1000001 110001 1011111 110000 100010

Color Harmonies of #50812D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50812D

Black with #50812D

Text Example


Text Example

White with #50812D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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