#397966

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

Shades of Viridian #397966

Tints of Viridian #397966

Color information

#397966 (or 0x397966) is unknown color: approx Viridian. HEX triplet: 39, 79 and 66. RGB value is (57,121,102). Sum of RGB (Red+Green+Blue) = 57+121+102=280 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20.36% from 280); Green value is 121 (47.66% from 255 or 43.21% from 280); Blue value is 102 (40.23% from 255 or 36.43% from 280); Max value from RGB is 121 - color contains mainly: green. Hex color #397966 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397966 is #C68699. Grayscale: #636363. Windows color (decimal): -13010586 or 6715705. OLE color: 6715705.

HSL color Cylindrical-coordinate representation of color #397966: hue angle of 162.19º 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 #397966 is Cyan = 0.53, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.53.

Color convert

RGB57121102-
CMYK0.5300.160.53
HSL162.19º35.96%34.9%-
HSV(B)162.19º52.89%47.45%-
XYZ10.9215.514.99-
YUV99.7129.397.54-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.36%
GREEN value IS 121 (47.66% from 255) = 43.21%
BLUE value IS 102 (40.23% from 255) = 36.43%
R=20.36%
G=43.21%
B=36.43%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal571211020.5300.160.53162.1935.9634.9
Hex3979663501035a22423
Octal7117114665020652424443
Binary1110011111001110011011010101000011010110100010100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #397966; }

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

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

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

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

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

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

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

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