#317F64

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

Shades of Viridian #317F64

Tints of Viridian #317F64

Color information

#317F64 (or 0x317F64) is unknown color: approx Viridian. HEX triplet: 31, 7F and 64. RGB value is (49,127,100). Sum of RGB (Red+Green+Blue) = 49+127+100=276 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.75% from 276); Green value is 127 (50% from 255 or 46.01% from 276); Blue value is 100 (39.45% from 255 or 36.23% from 276); Max value from RGB is 127 - color contains mainly: green. Hex color #317F64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317F64 is #CE809B. Grayscale: #646464. Windows color (decimal): -13533340 or 6586161. OLE color: 6586161.

HSL color Cylindrical-coordinate representation of color #317F64: hue angle of 159.23º 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 #317F64 is Cyan = 0.61, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.50.

Color convert

RGB49127100-
CMYK0.6100.210.50
HSL159.23º44.32%34.51%-
HSV(B)159.23º61.42%49.8%-
XYZ11.1616.7514.7-
YUV100.6127.6691.2-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.75%
GREEN value IS 127 (50% from 255) = 46.01%
BLUE value IS 100 (39.45% from 255) = 36.23%
R=17.75%
G=46.01%
B=36.23%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal491271000.6100.210.50159.2344.3234.51
Hex317F643D015329f2c23
Octal6117714475025622375443
Binary1100011111111110010011110101010111001010011111101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317F64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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