Html Css Color HEX #50923B La Palma

📋 copy color: '#50923B'

red 80 ◦ green 146 ◦ blue 59

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

Shades of La Palma #50923B

Tints of La Palma #50923B

RGB

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

 GREEN value IS 146 (57.42% from 255) = 51.23%

 BLUE value IS 59 (23.44% from 255) = 20.7%

R = 28.07%
G = 51.23%
B = 20.7%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.60

 K value IS 0.43

RGB Variations

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

Color information

#50923B (or 0x50923B) is known color: La Palma. HEX triplet: 50, 92 and 3B. RGB value is (80,146,59). Sum of RGB (Red+Green+Blue) = 80+146+59=285 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.07% from 285); Green value is 146 (57.42% from 255 or 51.23% from 285); Blue value is 59 (23.44% from 255 or 20.70% from 285); Max value from RGB is 146 - color contains mainly: green. Hex color #50923B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50923B is #AF6DC4. Grayscale: #747474. Windows color (decimal): -11496901 or 3904080. OLE color: 3904080.

HSL color Cylindrical-coordinate representation of color #50923B: hue angle of 105.52º degrees, saturation: 0.42, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #50923B is Cyan = 0.45, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.43.

Color convert

RGB 80 146 59 -
CMYK 0.45 0 0.60 0.43
HSL 105.52º 0.42% 0.4% -
HSV(B) 105.52º 0.6% 0.57% -
XYZ 14.38 22.58 7.74 -
YUV 116.35 95.63 102.07 -
System Red Green Blue C M Y K H S L
Decimal 80 146 59 0.45 0 0.60 0.43 105.52 0.42 0.4
Hex 50 92 3B 2D 0 3C 2B 6A 2A 28
Octal 120 222 73 55 0 74 53 152 52 50
Binary 1010000 10010010 111011 101101 0 111100 101011 1101010 101010 101000

Color Harmonies of #50923B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50923B

Black with #50923B

Text Example


Text Example

White with #50923B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,146,59); }

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

background-color css

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

 a { background-color: rgb(80,146,59); }

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

border-color css

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

 span { border-color: rgb(80,146,59); }

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