#39896D

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

Shades of Viridian #39896D

Tints of Viridian #39896D

Color information

#39896D (or 0x39896D) is unknown color: approx Viridian. HEX triplet: 39, 89 and 6D. RGB value is (57,137,109). Sum of RGB (Red+Green+Blue) = 57+137+109=303 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.81% from 303); Green value is 137 (53.91% from 255 or 45.21% from 303); Blue value is 109 (42.97% from 255 or 35.97% from 303); Max value from RGB is 137 - color contains mainly: green. Hex color #39896D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #39896D is #C67692. Grayscale: #6D6D6D. Windows color (decimal): -13006483 or 7178553. OLE color: 7178553.

HSL color Cylindrical-coordinate representation of color #39896D: hue angle of 159º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #39896D is Cyan = 0.58, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.46.

Color convert

RGB57137109-
CMYK0.5800.200.46
HSL159º41.24%38.04%-
HSV(B)159º58.39%53.73%-
XYZ13.3919.8717.6-
YUV109.89127.590.28-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.81%
GREEN value IS 137 (53.91% from 255) = 45.21%
BLUE value IS 109 (42.97% from 255) = 35.97%
R=18.81%
G=45.21%
B=35.97%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal571371090.5800.200.4615941.2438.04
Hex39896D3A0142E9f2926
Octal7121115572024562375146
Binary11100110001001110110111101001010010111010011111101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39896D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39896D; }

 p { color: rgb(57,137,109); }

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

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

 a { background-color: rgb(57,137,109); }

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

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

 span { border-color: rgb(57,137,109); }

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