#318664

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

Shades of Viridian #318664

Tints of Viridian #318664

Color information

#318664 (or 0x318664) is unknown color: approx Viridian. HEX triplet: 31, 86 and 64. RGB value is (49,134,100). Sum of RGB (Red+Green+Blue) = 49+134+100=283 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.31% from 283); Green value is 134 (52.73% from 255 or 47.35% from 283); Blue value is 100 (39.45% from 255 or 35.34% from 283); Max value from RGB is 134 - color contains mainly: green. Hex color #318664 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #318664 is #CE799B. Grayscale: #686868. Windows color (decimal): -13531548 or 6587953. OLE color: 6587953.

HSL color Cylindrical-coordinate representation of color #318664: hue angle of 156º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #318664 is Cyan = 0.63, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.47.

Color convert

RGB49134100-
CMYK0.6300.250.47
HSL156º46.45%35.88%-
HSV(B)156º63.43%52.55%-
XYZ12.0918.6215.01-
YUV104.71125.3488.26-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.31%
GREEN value IS 134 (52.73% from 255) = 47.35%
BLUE value IS 100 (39.45% from 255) = 35.34%
R=17.31%
G=47.35%
B=35.34%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal491341000.6300.250.4715646.4535.88
Hex3186643F0192F9c2e24
Octal6120614477031572345644
Binary11000110000110110010011111101100110111110011100101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #318664; }

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

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

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

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

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

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

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

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