#397967

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

Shades of Viridian #397967

Tints of Viridian #397967

Color information

#397967 (or 0x397967) is unknown color: approx Viridian. HEX triplet: 39, 79 and 67. RGB value is (57,121,103). Sum of RGB (Red+Green+Blue) = 57+121+103=281 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20.28% from 281); Green value is 121 (47.66% from 255 or 43.06% from 281); Blue value is 103 (40.62% from 255 or 36.65% from 281); Max value from RGB is 121 - color contains mainly: green. Hex color #397967 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397967 is #C68698. Grayscale: #636363. Windows color (decimal): -13010585 or 6781241. OLE color: 6781241.

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

Color convert

RGB57121103-
CMYK0.5300.150.53
HSL163.12º35.96%34.9%-
HSV(B)163.12º52.89%47.45%-
XYZ10.9715.5215.25-
YUV99.81129.897.46-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.28%
GREEN value IS 121 (47.66% from 255) = 43.06%
BLUE value IS 103 (40.62% from 255) = 36.65%
R=20.28%
G=43.06%
B=36.65%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal571211030.5300.150.53163.1235.9634.9
Hex397967350F35a32423
Octal7117114765017652434443
Binary111001111100111001111101010111111010110100011100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #397967; }

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

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

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

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

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

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

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

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