#318A6C

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

Shades of Viridian #318A6C

Tints of Viridian #318A6C

Color information

#318A6C (or 0x318A6C) is unknown color: approx Viridian. HEX triplet: 31, 8A and 6C. RGB value is (49,138,108). Sum of RGB (Red+Green+Blue) = 49+138+108=295 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.61% from 295); Green value is 138 (54.30% from 255 or 46.78% from 295); Blue value is 108 (42.58% from 255 or 36.61% from 295); Max value from RGB is 138 - color contains mainly: green. Hex color #318A6C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #318A6C is #CE7593. Grayscale: #6C6C6C. Windows color (decimal): -13530516 or 7113265. OLE color: 7113265.

HSL color Cylindrical-coordinate representation of color #318A6C: hue angle of 159.78º 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 #318A6C is Cyan = 0.64, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.46.

Color convert

RGB49138108-
CMYK0.6400.220.46
HSL159.78º47.59%36.67%-
HSV(B)159.78º64.49%54.12%-
XYZ13.0619.9117.34-
YUV107.97128.0185.94-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.61%
GREEN value IS 138 (54.30% from 255) = 46.78%
BLUE value IS 108 (42.58% from 255) = 36.61%
R=16.61%
G=46.78%
B=36.61%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal491381080.6400.220.46159.7847.5936.67
Hex318A6C400162Ea03025
Octal61212154100026562406045
Binary110001100010101101100100000001011010111010100000110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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