Html Css Color HEX #50812C La Palma

📋 copy color: '#50812C'

red 80 ◦ green 129 ◦ blue 44

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

Shades of La Palma #50812C

Tints of La Palma #50812C

RGB

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

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

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

R = 31.62%
G = 50.99%
B = 17.39%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.66

 K value IS 0.49

RGB Variations

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

Color information

#50812C (or 0x50812C) is known color: La Palma. HEX triplet: 50, 81 and 2C. RGB value is (80,129,44). Sum of RGB (Red+Green+Blue) = 80+129+44=253 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.62% from 253); Green value is 129 (50.78% from 255 or 50.99% from 253); Blue value is 44 (17.58% from 255 or 17.39% from 253); Max value from RGB is 129 - color contains mainly: green. Hex color #50812C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50812C is #AF7ED3. Grayscale: #686868. Windows color (decimal): -11501268 or 2916688. OLE color: 2916688.

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

Color convert

RGB 80 129 44 -
CMYK 0.38 0 0.66 0.49
HSL 94.59º 0.49% 0.34% -
HSV(B) 94.59º 0.66% 0.51% -
XYZ 11.61 17.59 5.17 -
YUV 104.66 93.77 110.41 -
System Red Green Blue C M Y K H S L
Decimal 80 129 44 0.38 0 0.66 0.49 94.59 0.49 0.34
Hex 50 81 2C 26 0 42 31 5F 31 22
Octal 120 201 54 46 0 102 61 137 61 42
Binary 1010000 10000001 101100 100110 0 1000010 110001 1011111 110001 100010

Color Harmonies of #50812C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50812C

Black with #50812C

Text Example


Text Example

White with #50812C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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