#39896C

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

Shades of Viridian #39896C

Tints of Viridian #39896C

Color information

#39896C (or 0x39896C) is unknown color: approx Viridian. HEX triplet: 39, 89 and 6C. RGB value is (57,137,108). Sum of RGB (Red+Green+Blue) = 57+137+108=302 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.87% from 302); Green value is 137 (53.91% from 255 or 45.36% from 302); Blue value is 108 (42.58% from 255 or 35.76% from 302); Max value from RGB is 137 - color contains mainly: green. Hex color #39896C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #39896C is #C67693. Grayscale: #6D6D6D. Windows color (decimal): -13006484 or 7113017. OLE color: 7113017.

HSL color Cylindrical-coordinate representation of color #39896C: hue angle of 158.25º 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 #39896C is Cyan = 0.58, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.46.

Color convert

RGB57137108-
CMYK0.5800.210.46
HSL158.25º41.24%38.04%-
HSV(B)158.25º58.39%53.73%-
XYZ13.3419.8417.31-
YUV109.7712790.36-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.87%
GREEN value IS 137 (53.91% from 255) = 45.36%
BLUE value IS 108 (42.58% from 255) = 35.76%
R=18.87%
G=45.36%
B=35.76%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal571371080.5800.210.46158.2541.2438.04
Hex39896C3A0152E9e2926
Octal7121115472025562365146
Binary11100110001001110110011101001010110111010011110101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39896C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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