#398170

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

Shades of Viridian #398170

Tints of Viridian #398170

Color information

#398170 (or 0x398170) is unknown color: approx Viridian. HEX triplet: 39, 81 and 70. RGB value is (57,129,112). Sum of RGB (Red+Green+Blue) = 57+129+112=298 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19.13% from 298); Green value is 129 (50.78% from 255 or 43.29% from 298); Blue value is 112 (44.14% from 255 or 37.58% from 298); Max value from RGB is 129 - color contains mainly: green. Hex color #398170 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #398170 is #C67E8F. Grayscale: #696969. Windows color (decimal): -13008528 or 7373113. OLE color: 7373113.

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

Color convert

RGB57129112-
CMYK0.5600.130.49
HSL165.83º38.71%36.47%-
HSV(B)165.83º55.81%50.59%-
XYZ12.4617.7418.1-
YUV105.53131.6593.38-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.13%
GREEN value IS 129 (50.78% from 255) = 43.29%
BLUE value IS 112 (44.14% from 255) = 37.58%
R=19.13%
G=43.29%
B=37.58%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal571291120.5600.130.49165.8338.7136.47
Hex398170380D31a62724
Octal7120116070015612464744
Binary1110011000000111100001110000110111000110100110100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #398170; }

 p { color: rgb(57,129,112); }

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

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

 a { background-color: rgb(57,129,112); }

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

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

 span { border-color: rgb(57,129,112); }

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