#398361

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

Shades of Viridian #398361

Tints of Viridian #398361

Color information

#398361 (or 0x398361) is unknown color: approx Viridian. HEX triplet: 39, 83 and 61. RGB value is (57,131,97). Sum of RGB (Red+Green+Blue) = 57+131+97=285 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20% from 285); Green value is 131 (51.56% from 255 or 45.96% from 285); Blue value is 97 (38.28% from 255 or 34.04% from 285); Max value from RGB is 131 - color contains mainly: green. Hex color #398361 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #398361 is #C67C9E. Grayscale: #696969. Windows color (decimal): -13008031 or 6390585. OLE color: 6390585.

HSL color Cylindrical-coordinate representation of color #398361: hue angle of 152.43º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #398361 is Cyan = 0.56, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.49.

Color convert

RGB5713197-
CMYK0.5600.260.49
HSL152.43º39.36%36.86%-
HSV(B)152.43º56.49%51.37%-
XYZ11.9617.9714.15-
YUV105123.4893.76-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20%
GREEN value IS 131 (51.56% from 255) = 45.96%
BLUE value IS 97 (38.28% from 255) = 34.04%
R=20%
G=45.96%
B=34.04%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal57131970.5600.260.49152.4339.3636.86
Hex3983613801A31982725
Octal7120314170032612304745
Binary11100110000011110000111100001101011000110011000100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #398361; }

 p { color: rgb(57,131,97); }

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

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

 a { background-color: rgb(57,131,97); }

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

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

 span { border-color: rgb(57,131,97); }

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