#3B856C

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

Shades of Viridian #3B856C

Tints of Viridian #3B856C

Color information

#3B856C (or 0x3B856C) is unknown color: approx Viridian. HEX triplet: 3B, 85 and 6C. RGB value is (59,133,108). Sum of RGB (Red+Green+Blue) = 59+133+108=300 (39% of max value = 765). Red value is 59 (23.44% from 255 or 19.67% from 300); Green value is 133 (52.34% from 255 or 44.33% from 300); Blue value is 108 (42.58% from 255 or 36% from 300); Max value from RGB is 133 - color contains mainly: green. Hex color #3B856C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B856C is #C47A93. Grayscale: #6C6C6C. Windows color (decimal): -12876436 or 7111995. OLE color: 7111995.

HSL color Cylindrical-coordinate representation of color #3B856C: hue angle of 159.73º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3B856C is Cyan = 0.56, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.48.

Color convert

RGB59133108-
CMYK0.5600.190.48
HSL159.73º38.54%37.65%-
HSV(B)159.73º55.64%52.16%-
XYZ12.918.7917.13-
YUV108.02127.9893.03-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 19.67%
GREEN value IS 133 (52.34% from 255) = 44.33%
BLUE value IS 108 (42.58% from 255) = 36%
R=19.67%
G=44.33%
B=36%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal591331080.5600.190.48159.7338.5437.65
Hex3B856C3801330a02726
Octal7320515470023602404746
Binary11101110000101110110011100001001111000010100000100111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B856C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3B856C; }

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

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

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

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

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

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

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

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