#318567

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

Shades of Viridian #318567

Tints of Viridian #318567

Color information

#318567 (or 0x318567) is unknown color: approx Viridian. HEX triplet: 31, 85 and 67. RGB value is (49,133,103). Sum of RGB (Red+Green+Blue) = 49+133+103=285 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.19% from 285); Green value is 133 (52.34% from 255 or 46.67% from 285); Blue value is 103 (40.62% from 255 or 36.14% from 285); Max value from RGB is 133 - color contains mainly: green. Hex color #318567 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #318567 is #CE7A98. Grayscale: #686868. Windows color (decimal): -13531801 or 6784305. OLE color: 6784305.

HSL color Cylindrical-coordinate representation of color #318567: hue angle of 158.57º 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 #318567 is Cyan = 0.63, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.48.

Color convert

RGB49133103-
CMYK0.6300.230.48
HSL158.57º46.15%35.69%-
HSV(B)158.57º63.16%52.16%-
XYZ12.118.4115.75-
YUV104.46127.1788.44-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.19%
GREEN value IS 133 (52.34% from 255) = 46.67%
BLUE value IS 103 (40.62% from 255) = 36.14%
R=17.19%
G=46.67%
B=36.14%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal491331030.6300.230.48158.5746.1535.69
Hex3185673F017309f2e24
Octal6120514777027602375644
Binary11000110000101110011111111101011111000010011111101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #318567; }

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

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

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

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

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

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

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

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