#399475

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

Shades of Viridian #399475

Tints of Viridian #399475

Color information

#399475 (or 0x399475) is unknown color: approx Viridian. HEX triplet: 39, 94 and 75. RGB value is (57,148,117). Sum of RGB (Red+Green+Blue) = 57+148+117=322 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.70% from 322); Green value is 148 (58.20% from 255 or 45.96% from 322); Blue value is 117 (46.09% from 255 or 36.34% from 322); Max value from RGB is 148 - color contains mainly: green. Hex color #399475 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #399475 is #C66B8A. Grayscale: #757575. Windows color (decimal): -13003659 or 7705657. OLE color: 7705657.

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

Color convert

RGB57148117-
CMYK0.6100.210.42
HSL159.56º44.39%40.2%-
HSV(B)159.56º61.49%58.04%-
XYZ15.4923.3320.52-
YUV117.26127.8585.02-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.70%
GREEN value IS 148 (58.20% from 255) = 45.96%
BLUE value IS 117 (46.09% from 255) = 36.34%
R=17.70%
G=45.96%
B=36.34%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal571481170.6100.210.42159.5644.3940.2
Hex3994753D0152Aa02c28
Octal7122416575025522405450
Binary11100110010100111010111110101010110101010100000101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #399475; }

 p { color: rgb(57,148,117); }

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

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

 a { background-color: rgb(57,148,117); }

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

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

 span { border-color: rgb(57,148,117); }

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