#318970

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

Shades of Viridian #318970

Tints of Viridian #318970

Color information

#318970 (or 0x318970) is unknown color: approx Viridian. HEX triplet: 31, 89 and 70. RGB value is (49,137,112). Sum of RGB (Red+Green+Blue) = 49+137+112=298 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.44% from 298); Green value is 137 (53.91% from 255 or 45.97% from 298); Blue value is 112 (44.14% from 255 or 37.58% from 298); Max value from RGB is 137 - color contains mainly: green. Hex color #318970 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #318970 is #CE768F. Grayscale: #6B6B6B. Windows color (decimal): -13530768 or 7375153. OLE color: 7375153.

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

Color convert

RGB49137112-
CMYK0.6400.180.46
HSL162.95º47.31%36.47%-
HSV(B)162.95º64.23%53.73%-
XYZ13.1419.7118.44-
YUV107.84130.3586.03-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.44%
GREEN value IS 137 (53.91% from 255) = 45.97%
BLUE value IS 112 (44.14% from 255) = 37.58%
R=16.44%
G=45.97%
B=37.58%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal491371120.6400.180.46162.9547.3136.47
Hex318970400122Ea32f24
Octal61211160100022562435744
Binary110001100010011110000100000001001010111010100011101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #318970; }

 p { color: rgb(49,137,112); }

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

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

 a { background-color: rgb(49,137,112); }

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

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

 span { border-color: rgb(49,137,112); }

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