#31886F

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

Shades of Viridian #31886F

Tints of Viridian #31886F

Color information

#31886F (or 0x31886F) is unknown color: approx Viridian. HEX triplet: 31, 88 and 6F. RGB value is (49,136,111). Sum of RGB (Red+Green+Blue) = 49+136+111=296 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.55% from 296); Green value is 136 (53.52% from 255 or 45.95% from 296); Blue value is 111 (43.75% from 255 or 37.5% from 296); Max value from RGB is 136 - color contains mainly: green. Hex color #31886F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31886F is #CE7790. Grayscale: #6B6B6B. Windows color (decimal): -13531025 or 7309361. OLE color: 7309361.

HSL color Cylindrical-coordinate representation of color #31886F: hue angle of 162.76º 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 #31886F is Cyan = 0.64, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB49136111-
CMYK0.6400.180.47
HSL162.76º47.03%36.27%-
HSV(B)162.76º63.97%53.33%-
XYZ12.9419.4118.1-
YUV107.14130.1886.53-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.55%
GREEN value IS 136 (53.52% from 255) = 45.95%
BLUE value IS 111 (43.75% from 255) = 37.5%
R=16.55%
G=45.95%
B=37.5%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal491361110.6400.180.47162.7647.0336.27
Hex31886F400122Fa32f24
Octal61210157100022572435744
Binary110001100010001101111100000001001010111110100011101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31886F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31886F; }

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

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

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

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

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

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

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

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