#399275

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

Shades of Viridian #399275

Tints of Viridian #399275

Color information

#399275 (or 0x399275) is unknown color: approx Viridian. HEX triplet: 39, 92 and 75. RGB value is (57,146,117). Sum of RGB (Red+Green+Blue) = 57+146+117=320 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.81% from 320); Green value is 146 (57.42% from 255 or 45.62% from 320); Blue value is 117 (46.09% from 255 or 36.56% from 320); Max value from RGB is 146 - color contains mainly: green. Hex color #399275 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #399275 is #C66D8A. Grayscale: #747474. Windows color (decimal): -13004171 or 7705145. OLE color: 7705145.

HSL color Cylindrical-coordinate representation of color #399275: hue angle of 160.45º 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 #399275 is Cyan = 0.61, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.43.

Color convert

RGB57146117-
CMYK0.6100.200.43
HSL160.45º43.84%39.8%-
HSV(B)160.45º60.96%57.25%-
XYZ15.1822.7120.41-
YUV116.08128.5185.86-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.81%
GREEN value IS 146 (57.42% from 255) = 45.62%
BLUE value IS 117 (46.09% from 255) = 36.56%
R=17.81%
G=45.62%
B=36.56%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal571461170.6100.200.43160.4543.8439.8
Hex3992753D0142Ba02c28
Octal7122216575024532405450
Binary11100110010010111010111110101010010101110100000101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #399275; }

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

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

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

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

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

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

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

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