Html Css Color HEX #50852B La Palma

📋 copy color: '#50852B'

red 80 ◦ green 133 ◦ blue 43

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

Shades of La Palma #50852B

Tints of La Palma #50852B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 16.8%

R = 31.25%
G = 51.95%
B = 16.8%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.68

 K value IS 0.48

RGB Variations

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

Color information

#50852B (or 0x50852B) is known color: La Palma. HEX triplet: 50, 85 and 2B. RGB value is (80,133,43). Sum of RGB (Red+Green+Blue) = 80+133+43=256 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.25% from 256); Green value is 133 (52.34% from 255 or 51.95% from 256); Blue value is 43 (17.19% from 255 or 16.80% from 256); Max value from RGB is 133 - color contains mainly: green. Hex color #50852B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50852B is #AF7AD4. Grayscale: #6B6B6B. Windows color (decimal): -11500245 or 2852176. OLE color: 2852176.

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

Color convert

RGB 80 133 43 -
CMYK 0.40 0 0.68 0.48
HSL 95.33º 0.51% 0.35% -
HSV(B) 95.33º 0.68% 0.52% -
XYZ 12.13 18.65 5.25 -
YUV 106.89 91.94 108.82 -
System Red Green Blue C M Y K H S L
Decimal 80 133 43 0.40 0 0.68 0.48 95.33 0.51 0.35
Hex 50 85 2B 28 0 44 30 5F 33 23
Octal 120 205 53 50 0 104 60 137 63 43
Binary 1010000 10000101 101011 101000 0 1000100 110000 1011111 110011 100011

Color Harmonies of #50852B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50852B

Black with #50852B

Text Example


Text Example

White with #50852B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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