#318A6E

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

Shades of Viridian #318A6E

Tints of Viridian #318A6E

Color information

#318A6E (or 0x318A6E) is unknown color: approx Viridian. HEX triplet: 31, 8A and 6E. RGB value is (49,138,110). Sum of RGB (Red+Green+Blue) = 49+138+110=297 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.50% from 297); Green value is 138 (54.30% from 255 or 46.46% from 297); Blue value is 110 (43.36% from 255 or 37.04% from 297); Max value from RGB is 138 - color contains mainly: green. Hex color #318A6E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #318A6E is #CE7591. Grayscale: #6C6C6C. Windows color (decimal): -13530514 or 7244337. OLE color: 7244337.

HSL color Cylindrical-coordinate representation of color #318A6E: hue angle of 161.12º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #318A6E is Cyan = 0.64, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.46.

Color convert

RGB49138110-
CMYK0.6400.200.46
HSL161.12º47.59%36.67%-
HSV(B)161.12º64.49%54.12%-
XYZ13.1719.9617.91-
YUV108.2129.0185.78-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.50%
GREEN value IS 138 (54.30% from 255) = 46.46%
BLUE value IS 110 (43.36% from 255) = 37.04%
R=16.50%
G=46.46%
B=37.04%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal491381100.6400.200.46161.1247.5936.67
Hex318A6E400142Ea13025
Octal61212156100024562416045
Binary110001100010101101110100000001010010111010100001110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #318A6E; }

 p { color: rgb(49,138,110); }

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

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

 a { background-color: rgb(49,138,110); }

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

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

 span { border-color: rgb(49,138,110); }

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