#317F63

Color #317F63 Viridian (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viridian #317F63

Tints of Viridian #317F63

Color information

#317F63 (or 0x317F63) is unknown color: approx Viridian. HEX triplet: 31, 7F and 63. RGB value is (49,127,99). Sum of RGB (Red+Green+Blue) = 49+127+99=275 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.82% from 275); Green value is 127 (50% from 255 or 46.18% from 275); Blue value is 99 (39.06% from 255 or 36% from 275); Max value from RGB is 127 - color contains mainly: green. Hex color #317F63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317F63 is #CE809C. Grayscale: #646464. Windows color (decimal): -13533341 or 6520625. OLE color: 6520625.

HSL color Cylindrical-coordinate representation of color #317F63: hue angle of 158.46º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #317F63 is Cyan = 0.61, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.50.

Color convert

RGB4912799-
CMYK0.6100.220.50
HSL158.46º44.32%34.51%-
HSV(B)158.46º61.42%49.8%-
XYZ11.1116.7314.45-
YUV100.49127.1691.28-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.82%
GREEN value IS 127 (50% from 255) = 46.18%
BLUE value IS 99 (39.06% from 255) = 36%
R=17.82%
G=46.18%
B=36%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal49127990.6100.220.50158.4644.3234.51
Hex317F633D016329e2c23
Octal6117714375026622365443
Binary1100011111111110001111110101011011001010011110101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317F63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317F63; }

 p { color: rgb(49,127,99); }

 H1.HeaderClassName
 {
   color: #317F63;
 }
 .AnyTagClassName
 {
   color: #317F63;
 }
</style>
background-color css

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

 a { background-color: rgb(49,127,99); }

 div.DivClassName
 {
   background-color: #317F63;
 }
 .BgClassName
 {
   background-color: #317F63;
 }
</style>
border-color css

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

 span { border-color: rgb(49,127,99); }

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