#398974

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

Shades of Viridian #398974

Tints of Viridian #398974

Color information

#398974 (or 0x398974) is unknown color: approx Viridian. HEX triplet: 39, 89 and 74. RGB value is (57,137,116). Sum of RGB (Red+Green+Blue) = 57+137+116=310 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.39% from 310); Green value is 137 (53.91% from 255 or 44.19% from 310); Blue value is 116 (45.70% from 255 or 37.42% from 310); Max value from RGB is 137 - color contains mainly: green. Hex color #398974 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #398974 is #C6768B. Grayscale: #6E6E6E. Windows color (decimal): -13006476 or 7637305. OLE color: 7637305.

HSL color Cylindrical-coordinate representation of color #398974: hue angle of 164.25º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #398974 is Cyan = 0.58, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.46.

Color convert

RGB57137116-
CMYK0.5800.150.46
HSL164.25º41.24%38.04%-
HSV(B)164.25º58.39%53.73%-
XYZ13.7920.0219.66-
YUV110.6913189.71-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.39%
GREEN value IS 137 (53.91% from 255) = 44.19%
BLUE value IS 116 (45.70% from 255) = 37.42%
R=18.39%
G=44.19%
B=37.42%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal571371160.5800.150.46164.2541.2438.04
Hex3989743A0F2Ea42926
Octal7121116472017562445146
Binary1110011000100111101001110100111110111010100100101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #398974; }

 p { color: rgb(57,137,116); }

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

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

 a { background-color: rgb(57,137,116); }

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

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

 span { border-color: rgb(57,137,116); }

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