#3B896E

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

Shades of Viridian #3B896E

Tints of Viridian #3B896E

Color information

#3B896E (or 0x3B896E) is unknown color: approx Viridian. HEX triplet: 3B, 89 and 6E. RGB value is (59,137,110). Sum of RGB (Red+Green+Blue) = 59+137+110=306 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.28% from 306); Green value is 137 (53.91% from 255 or 44.77% from 306); Blue value is 110 (43.36% from 255 or 35.95% from 306); Max value from RGB is 137 - color contains mainly: green. Hex color #3B896E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B896E is #C47691. Grayscale: #6E6E6E. Windows color (decimal): -12875410 or 7244091. OLE color: 7244091.

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

Color convert

RGB59137110-
CMYK0.5700.200.46
HSL159.23º39.8%38.43%-
HSV(B)159.23º56.93%53.73%-
XYZ13.5619.9517.89-
YUV110.6127.6691.2-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 19.28%
GREEN value IS 137 (53.91% from 255) = 44.77%
BLUE value IS 110 (43.36% from 255) = 35.95%
R=19.28%
G=44.77%
B=35.95%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal591371100.5700.200.46159.2339.838.43
Hex3B896E390142E9f2826
Octal7321115671024562375046
Binary11101110001001110111011100101010010111010011111101000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B896E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,137,110); }

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

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

 a { background-color: rgb(59,137,110); }

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

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

 span { border-color: rgb(59,137,110); }

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