Html Css Color HEX #506950 Nandor

📋 copy color: '#506950'

red 80 ◦ green 105 ◦ blue 80

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

Shades of Nandor #506950

Tints of Nandor #506950

RGB

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

 GREEN value IS 105 (41.41% from 255) = 39.62%

 BLUE value IS 80 (31.64% from 255) = 30.19%

R = 30.19%
G = 39.62%
B = 30.19%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.24

 K value IS 0.59

RGB Variations

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

Color information

#506950 (or 0x506950) is known color: Nandor. HEX triplet: 50, 69 and 50. RGB value is (80,105,80). Sum of RGB (Red+Green+Blue) = 80+105+80=265 (35% of max value = 765). Red value is 80 (31.64% from 255 or 30.19% from 265); Green value is 105 (41.41% from 255 or 39.62% from 265); Blue value is 80 (31.64% from 255 or 30.19% from 265); Max value from RGB is 105 - color contains mainly: green. Hex color #506950 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506950 is #AF96AF. Grayscale: #5E5E5E. Windows color (decimal): -11507376 or 5269840. OLE color: 5269840.

HSL color Cylindrical-coordinate representation of color #506950: hue angle of 120º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #506950 is Cyan = 0.24, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.59.

Color convert

RGB 80 105 80 -
CMYK 0.24 0 0.24 0.59
HSL 120º 0.14% 0.36% -
HSV(B) 120º 0.24% 0.41% -
XYZ 9.81 12.39 9.46 -
YUV 94.68 119.72 117.53 -
System Red Green Blue C M Y K H S L
Decimal 80 105 80 0.24 0 0.24 0.59 120 0.14 0.36
Hex 50 69 50 18 0 18 3B 78 E 24
Octal 120 151 120 30 0 30 73 170 16 44
Binary 1010000 1101001 1010000 11000 0 11000 111011 1111000 1110 100100

Color Harmonies of #506950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506950

Black with #506950

Text Example


Text Example

White with #506950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506950; }

 p { color: rgb(80,105,80); }

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

background-color css

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

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

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

border-color css

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

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

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