Html Css Color HEX #506259 Viridian Green

📋 copy color: '#506259'

red 80 ◦ green 98 ◦ blue 89

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

Shades of Viridian Green #506259

Tints of Viridian Green #506259

RGB

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

 GREEN value IS 98 (38.67% from 255) = 36.7%

 BLUE value IS 89 (35.16% from 255) = 33.33%

R = 29.96%
G = 36.7%
B = 33.33%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.09

 K value IS 0.62

RGB Variations

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

Color information

#506259 (or 0x506259) is known color: Viridian Green. HEX triplet: 50, 62 and 59. RGB value is (80,98,89). Sum of RGB (Red+Green+Blue) = 80+98+89=267 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.96% from 267); Green value is 98 (38.67% from 255 or 36.70% from 267); Blue value is 89 (35.16% from 255 or 33.33% from 267); Max value from RGB is 98 - color contains mainly: green. Hex color #506259 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506259 is #AF9DA6. Grayscale: #5B5B5B. Windows color (decimal): -11509159 or 5857872. OLE color: 5857872.

HSL color Cylindrical-coordinate representation of color #506259: hue angle of 150º degrees, saturation: 0.1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #506259 is Cyan = 0.18, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.62.

Color convert

RGB 80 98 89 -
CMYK 0.18 0 0.09 0.62
HSL 150º 0.1% 0.35% -
HSV(B) 150º 0.18% 0.38% -
XYZ 9.48 11.16 11.11 -
YUV 91.59 126.54 119.73 -
System Red Green Blue C M Y K H S L
Decimal 80 98 89 0.18 0 0.09 0.62 150 0.1 0.35
Hex 50 62 59 12 0 9 3E 96 A 23
Octal 120 142 131 22 0 11 76 226 12 43
Binary 1010000 1100010 1011001 10010 0 1001 111110 10010110 1010 100011

Color Harmonies of #506259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506259

Black with #506259

Text Example


Text Example

White with #506259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506259; }

 p { color: rgb(80,98,89); }

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

background-color css

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

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

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

border-color css

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

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

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