#318167

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

Shades of Viridian #318167

Tints of Viridian #318167

Color information

#318167 (or 0x318167) is unknown color: approx Viridian. HEX triplet: 31, 81 and 67. RGB value is (49,129,103). Sum of RGB (Red+Green+Blue) = 49+129+103=281 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.44% from 281); Green value is 129 (50.78% from 255 or 45.91% from 281); Blue value is 103 (40.62% from 255 or 36.65% from 281); Max value from RGB is 129 - color contains mainly: green. Hex color #318167 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #318167 is #CE7E98. Grayscale: #666666. Windows color (decimal): -13532825 or 6783281. OLE color: 6783281.

HSL color Cylindrical-coordinate representation of color #318167: hue angle of 160.5º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #318167 is Cyan = 0.62, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.49.

Color convert

RGB49129103-
CMYK0.6200.200.49
HSL160.5º44.94%34.9%-
HSV(B)160.5º62.02%50.59%-
XYZ11.5717.3315.57-
YUV102.12128.590.11-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.44%
GREEN value IS 129 (50.78% from 255) = 45.91%
BLUE value IS 103 (40.62% from 255) = 36.65%
R=17.44%
G=45.91%
B=36.65%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal491291030.6200.200.49160.544.9434.9
Hex3181673E01431a02d23
Octal6120114776024612405543
Binary11000110000001110011111111001010011000110100000101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #318167; }

 p { color: rgb(49,129,103); }

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

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

 a { background-color: rgb(49,129,103); }

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

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

 span { border-color: rgb(49,129,103); }

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