Html Css Color HEX #50812F La Palma

📋 copy color: '#50812F'

red 80 ◦ green 129 ◦ blue 47

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

Shades of La Palma #50812F

Tints of La Palma #50812F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 18.36%

R = 31.25%
G = 50.39%
B = 18.36%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.64

 K value IS 0.49

RGB Variations

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

Color information

#50812F (or 0x50812F) is known color: La Palma. HEX triplet: 50, 81 and 2F. RGB value is (80,129,47). Sum of RGB (Red+Green+Blue) = 80+129+47=256 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.25% from 256); Green value is 129 (50.78% from 255 or 50.39% from 256); Blue value is 47 (18.75% from 255 or 18.36% from 256); Max value from RGB is 129 - color contains mainly: green. Hex color #50812F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50812F is #AF7ED0. Grayscale: #696969. Windows color (decimal): -11501265 or 3113296. OLE color: 3113296.

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

Color convert

RGB 80 129 47 -
CMYK 0.38 0 0.64 0.49
HSL 95.85º 0.47% 0.35% -
HSV(B) 95.85º 0.64% 0.51% -
XYZ 11.67 17.61 5.47 -
YUV 105 95.27 110.17 -
System Red Green Blue C M Y K H S L
Decimal 80 129 47 0.38 0 0.64 0.49 95.85 0.47 0.35
Hex 50 81 2F 26 0 40 31 60 2F 23
Octal 120 201 57 46 0 100 61 140 57 43
Binary 1010000 10000001 101111 100110 0 1000000 110001 1100000 101111 100011

Color Harmonies of #50812F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50812F

Black with #50812F

Text Example


Text Example

White with #50812F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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