Html Css Color HEX #50852F La Palma

📋 copy color: '#50852F'

red 80 ◦ green 133 ◦ blue 47

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

Shades of La Palma #50852F

Tints of La Palma #50852F

RGB

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

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

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

R = 30.77%
G = 51.15%
B = 18.08%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.65

 K value IS 0.48

RGB Variations

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

Color information

#50852F (or 0x50852F) is known color: La Palma. HEX triplet: 50, 85 and 2F. RGB value is (80,133,47). Sum of RGB (Red+Green+Blue) = 80+133+47=260 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.77% from 260); Green value is 133 (52.34% from 255 or 51.15% from 260); Blue value is 47 (18.75% from 255 or 18.08% from 260); Max value from RGB is 133 - color contains mainly: green. Hex color #50852F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50852F is #AF7AD0. Grayscale: #6B6B6B. Windows color (decimal): -11500241 or 3114320. OLE color: 3114320.

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

Color convert

RGB 80 133 47 -
CMYK 0.40 0 0.65 0.48
HSL 96.98º 0.48% 0.35% -
HSV(B) 96.98º 0.65% 0.52% -
XYZ 12.21 18.69 5.65 -
YUV 107.35 93.94 108.49 -
System Red Green Blue C M Y K H S L
Decimal 80 133 47 0.40 0 0.65 0.48 96.98 0.48 0.35
Hex 50 85 2F 28 0 41 30 61 30 23
Octal 120 205 57 50 0 101 60 141 60 43
Binary 1010000 10000101 101111 101000 0 1000001 110000 1100001 110000 100011

Color Harmonies of #50852F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50852F

Black with #50852F

Text Example


Text Example

White with #50852F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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