#39856C

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

Shades of Viridian #39856C

Tints of Viridian #39856C

Color information

#39856C (or 0x39856C) is unknown color: approx Viridian. HEX triplet: 39, 85 and 6C. RGB value is (57,133,108). Sum of RGB (Red+Green+Blue) = 57+133+108=298 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19.13% from 298); Green value is 133 (52.34% from 255 or 44.63% from 298); Blue value is 108 (42.58% from 255 or 36.24% from 298); Max value from RGB is 133 - color contains mainly: green. Hex color #39856C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #39856C is #C67A93. Grayscale: #6B6B6B. Windows color (decimal): -13007508 or 7111993. OLE color: 7111993.

HSL color Cylindrical-coordinate representation of color #39856C: hue angle of 160.26º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #39856C is Cyan = 0.57, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.48.

Color convert

RGB57133108-
CMYK0.5700.190.48
HSL160.26º40%37.25%-
HSV(B)160.26º57.14%52.16%-
XYZ12.7818.7317.13-
YUV107.43128.3292.03-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.13%
GREEN value IS 133 (52.34% from 255) = 44.63%
BLUE value IS 108 (42.58% from 255) = 36.24%
R=19.13%
G=44.63%
B=36.24%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal571331080.5700.190.48160.264037.25
Hex39856C3901330a02825
Octal7120515471023602405045
Binary11100110000101110110011100101001111000010100000101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39856C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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