#39856A

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

Shades of Viridian #39856A

Tints of Viridian #39856A

Color information

#39856A (or 0x39856A) is unknown color: approx Viridian. HEX triplet: 39, 85 and 6A. RGB value is (57,133,106). Sum of RGB (Red+Green+Blue) = 57+133+106=296 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19.26% from 296); Green value is 133 (52.34% from 255 or 44.93% from 296); Blue value is 106 (41.80% from 255 or 35.81% from 296); Max value from RGB is 133 - color contains mainly: green. Hex color #39856A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #39856A is #C67A95. Grayscale: #6B6B6B. Windows color (decimal): -13007510 or 6980921. OLE color: 6980921.

HSL color Cylindrical-coordinate representation of color #39856A: hue angle of 158.68º 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 #39856A is Cyan = 0.57, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB57133106-
CMYK0.5700.200.48
HSL158.68º40%37.25%-
HSV(B)158.68º57.14%52.16%-
XYZ12.6818.6916.57-
YUV107.2127.3292.2-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.26%
GREEN value IS 133 (52.34% from 255) = 44.93%
BLUE value IS 106 (41.80% from 255) = 35.81%
R=19.26%
G=44.93%
B=35.81%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal571331060.5700.200.48158.684037.25
Hex39856A39014309f2825
Octal7120515271024602375045
Binary11100110000101110101011100101010011000010011111101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39856A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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