Html Css Color HEX #50812A La Palma

📋 copy color: '#50812A'

red 80 ◦ green 129 ◦ blue 42

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

Shades of La Palma #50812A

Tints of La Palma #50812A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 16.73%

R = 31.87%
G = 51.39%
B = 16.73%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.67

 K value IS 0.49

RGB Variations

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

Color information

#50812A (or 0x50812A) is known color: La Palma. HEX triplet: 50, 81 and 2A. RGB value is (80,129,42). Sum of RGB (Red+Green+Blue) = 80+129+42=251 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.87% from 251); Green value is 129 (50.78% from 255 or 51.39% from 251); Blue value is 42 (16.80% from 255 or 16.73% from 251); Max value from RGB is 129 - color contains mainly: green. Hex color #50812A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50812A is #AF7ED5. Grayscale: #686868. Windows color (decimal): -11501270 or 2785616. OLE color: 2785616.

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

Color convert

RGB 80 129 42 -
CMYK 0.38 0 0.67 0.49
HSL 93.79º 0.51% 0.34% -
HSV(B) 93.79º 0.67% 0.51% -
XYZ 11.58 17.57 4.97 -
YUV 104.43 92.77 110.57 -
System Red Green Blue C M Y K H S L
Decimal 80 129 42 0.38 0 0.67 0.49 93.79 0.51 0.34
Hex 50 81 2A 26 0 43 31 5E 33 22
Octal 120 201 52 46 0 103 61 136 63 42
Binary 1010000 10000001 101010 100110 0 1000011 110001 1011110 110011 100010

Color Harmonies of #50812A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50812A

Black with #50812A

Text Example


Text Example

White with #50812A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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