#397764

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

Shades of Viridian #397764

Tints of Viridian #397764

Color information

#397764 (or 0x397764) is unknown color: approx Viridian. HEX triplet: 39, 77 and 64. RGB value is (57,119,100). Sum of RGB (Red+Green+Blue) = 57+119+100=276 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.65% from 276); Green value is 119 (46.88% from 255 or 43.12% from 276); Blue value is 100 (39.45% from 255 or 36.23% from 276); Max value from RGB is 119 - color contains mainly: green. Hex color #397764 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397764 is #C6889B. Grayscale: #626262. Windows color (decimal): -13011100 or 6584121. OLE color: 6584121.

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

Color convert

RGB57119100-
CMYK0.5200.160.53
HSL161.61º35.23%34.51%-
HSV(B)161.61º52.1%46.67%-
XYZ10.5814.9814.39-
YUV98.3128.9698.54-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.65%
GREEN value IS 119 (46.88% from 255) = 43.12%
BLUE value IS 100 (39.45% from 255) = 36.23%
R=20.65%
G=43.12%
B=36.23%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal571191000.5200.160.53161.6135.2334.51
Hex3977643401035a22323
Octal7116714464020652424343
Binary1110011110111110010011010001000011010110100010100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #397764; }

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

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

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

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

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

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

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

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