#318565

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

Shades of Viridian #318565

Tints of Viridian #318565

Color information

#318565 (or 0x318565) is unknown color: approx Viridian. HEX triplet: 31, 85 and 65. RGB value is (49,133,101). Sum of RGB (Red+Green+Blue) = 49+133+101=283 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.31% from 283); Green value is 133 (52.34% from 255 or 47.00% from 283); Blue value is 101 (39.84% from 255 or 35.69% from 283); Max value from RGB is 133 - color contains mainly: green. Hex color #318565 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #318565 is #CE7A9A. Grayscale: #686868. Windows color (decimal): -13531803 or 6653233. OLE color: 6653233.

HSL color Cylindrical-coordinate representation of color #318565: hue angle of 157.14º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #318565 is Cyan = 0.63, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.48.

Color convert

RGB49133101-
CMYK0.6300.240.48
HSL157.14º46.15%35.69%-
HSV(B)157.14º63.16%52.16%-
XYZ1218.3715.22-
YUV104.24126.1788.6-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.31%
GREEN value IS 133 (52.34% from 255) = 47.00%
BLUE value IS 101 (39.84% from 255) = 35.69%
R=17.31%
G=47.00%
B=35.69%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal491331010.6300.240.48157.1446.1535.69
Hex3185653F018309d2e24
Octal6120514577030602355644
Binary11000110000101110010111111101100011000010011101101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #318565; }

 p { color: rgb(49,133,101); }

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

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

 a { background-color: rgb(49,133,101); }

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

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

 span { border-color: rgb(49,133,101); }

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