#397963

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

Shades of Viridian #397963

Tints of Viridian #397963

Color information

#397963 (or 0x397963) is unknown color: approx Viridian. HEX triplet: 39, 79 and 63. RGB value is (57,121,99). Sum of RGB (Red+Green+Blue) = 57+121+99=277 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.58% from 277); Green value is 121 (47.66% from 255 or 43.68% from 277); Blue value is 99 (39.06% from 255 or 35.74% from 277); Max value from RGB is 121 - color contains mainly: green. Hex color #397963 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397963 is #C6869C. Grayscale: #636363. Windows color (decimal): -13010589 or 6519097. OLE color: 6519097.

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

Color convert

RGB5712199-
CMYK0.5300.180.53
HSL159.38º35.96%34.9%-
HSV(B)159.38º52.89%47.45%-
XYZ10.7815.4514.22-
YUV99.36127.897.79-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.58%
GREEN value IS 121 (47.66% from 255) = 43.68%
BLUE value IS 99 (39.06% from 255) = 35.74%
R=20.58%
G=43.68%
B=35.74%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal57121990.5300.180.53159.3835.9634.9
Hex39796335012359f2423
Octal7117114365022652374443
Binary1110011111001110001111010101001011010110011111100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #397963; }

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

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

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

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

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

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

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

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