#399174

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

Shades of Viridian #399174

Tints of Viridian #399174

Color information

#399174 (or 0x399174) is unknown color: approx Viridian. HEX triplet: 39, 91 and 74. RGB value is (57,145,116). Sum of RGB (Red+Green+Blue) = 57+145+116=318 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.92% from 318); Green value is 145 (57.03% from 255 or 45.60% from 318); Blue value is 116 (45.70% from 255 or 36.48% from 318); Max value from RGB is 145 - color contains mainly: green. Hex color #399174 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #399174 is #C66E8B. Grayscale: #737373. Windows color (decimal): -13004428 or 7639353. OLE color: 7639353.

HSL color Cylindrical-coordinate representation of color #399174: hue angle of 160.23º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #399174 is Cyan = 0.61, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.43.

Color convert

RGB57145116-
CMYK0.6100.20.43
HSL160.23º43.56%39.61%-
HSV(B)160.23º60.69%56.86%-
XYZ14.9722.3820.05-
YUV115.38128.3586.36-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.92%
GREEN value IS 145 (57.03% from 255) = 45.60%
BLUE value IS 116 (45.70% from 255) = 36.48%
R=17.92%
G=45.60%
B=36.48%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal571451160.6100.20.43160.2343.5639.61
Hex3991743D0142Ba02c28
Octal7122116475024532405450
Binary11100110010001111010011110101010010101110100000101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #399174; }

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

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

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

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

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

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

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

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