#397964

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

Shades of Viridian #397964

Tints of Viridian #397964

Color information

#397964 (or 0x397964) is unknown color: approx Viridian. HEX triplet: 39, 79 and 64. RGB value is (57,121,100). Sum of RGB (Red+Green+Blue) = 57+121+100=278 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.50% from 278); Green value is 121 (47.66% from 255 or 43.53% from 278); Blue value is 100 (39.45% from 255 or 35.97% from 278); Max value from RGB is 121 - color contains mainly: green. Hex color #397964 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397964 is #C6869B. Grayscale: #636363. Windows color (decimal): -13010588 or 6584633. OLE color: 6584633.

HSL color Cylindrical-coordinate representation of color #397964: hue angle of 160.31º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #397964 is Cyan = 0.53, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.53.

Color convert

RGB57121100-
CMYK0.5300.170.53
HSL160.31º35.96%34.9%-
HSV(B)160.31º52.89%47.45%-
XYZ10.8215.4614.47-
YUV99.47128.397.71-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.50%
GREEN value IS 121 (47.66% from 255) = 43.53%
BLUE value IS 100 (39.45% from 255) = 35.97%
R=20.50%
G=43.53%
B=35.97%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal571211000.5300.170.53160.3135.9634.9
Hex3979643501135a02423
Octal7117114465021652404443
Binary1110011111001110010011010101000111010110100000100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #397964; }

 p { color: rgb(57,121,100); }

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

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

 a { background-color: rgb(57,121,100); }

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

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

 span { border-color: rgb(57,121,100); }

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