#318871

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

Shades of Viridian #318871

Tints of Viridian #318871

Color information

#318871 (or 0x318871) is unknown color: approx Viridian. HEX triplet: 31, 88 and 71. RGB value is (49,136,113). Sum of RGB (Red+Green+Blue) = 49+136+113=298 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.44% from 298); Green value is 136 (53.52% from 255 or 45.64% from 298); Blue value is 113 (44.53% from 255 or 37.92% from 298); Max value from RGB is 136 - color contains mainly: green. Hex color #318871 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #318871 is #CE778E. Grayscale: #6B6B6B. Windows color (decimal): -13531023 or 7440433. OLE color: 7440433.

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

Color convert

RGB49136113-
CMYK0.6400.170.47
HSL164.14º47.03%36.27%-
HSV(B)164.14º63.97%53.33%-
XYZ13.0519.4518.69-
YUV107.36131.1886.37-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.44%
GREEN value IS 136 (53.52% from 255) = 45.64%
BLUE value IS 113 (44.53% from 255) = 37.92%
R=16.44%
G=45.64%
B=37.92%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal491361130.6400.170.47164.1447.0336.27
Hex318871400112Fa42f24
Octal61210161100021572445744
Binary110001100010001110001100000001000110111110100100101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #318871; }

 p { color: rgb(49,136,113); }

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

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

 a { background-color: rgb(49,136,113); }

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

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

 span { border-color: rgb(49,136,113); }

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