Html Css Color HEX #50852E La Palma

📋 copy color: '#50852E'

red 80 ◦ green 133 ◦ blue 46

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

Shades of La Palma #50852E

Tints of La Palma #50852E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 17.76%

R = 30.89%
G = 51.35%
B = 17.76%

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

#50852E (or 0x50852E) is known color: La Palma. HEX triplet: 50, 85 and 2E. RGB value is (80,133,46). Sum of RGB (Red+Green+Blue) = 80+133+46=259 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.89% from 259); Green value is 133 (52.34% from 255 or 51.35% from 259); Blue value is 46 (18.36% from 255 or 17.76% from 259); Max value from RGB is 133 - color contains mainly: green. Hex color #50852E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50852E is #AF7AD1. Grayscale: #6B6B6B. Windows color (decimal): -11500242 or 3048784. OLE color: 3048784.

HSL color Cylindrical-coordinate representation of color #50852E: hue angle of 96.55º degrees, saturation: 0.49, 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 #50852E is Cyan = 0.40, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.48.

Color convert

RGB 80 133 46 -
CMYK 0.40 0 0.65 0.48
HSL 96.55º 0.49% 0.35% -
HSV(B) 96.55º 0.65% 0.52% -
XYZ 12.19 18.68 5.55 -
YUV 107.24 93.44 108.57 -
System Red Green Blue C M Y K H S L
Decimal 80 133 46 0.40 0 0.65 0.48 96.55 0.49 0.35
Hex 50 85 2E 28 0 41 30 61 31 23
Octal 120 205 56 50 0 101 60 141 61 43
Binary 1010000 10000101 101110 101000 0 1000001 110000 1100001 110001 100011

Color Harmonies of #50852E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50852E

Black with #50852E

Text Example


Text Example

White with #50852E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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