#3B7662

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

Shades of Viridian #3B7662

Tints of Viridian #3B7662

Color information

#3B7662 (or 0x3B7662) is unknown color: approx Viridian. HEX triplet: 3B, 76 and 62. RGB value is (59,118,98). Sum of RGB (Red+Green+Blue) = 59+118+98=275 (36% of max value = 765). Red value is 59 (23.44% from 255 or 21.45% from 275); Green value is 118 (46.48% from 255 or 42.91% from 275); Blue value is 98 (38.67% from 255 or 35.64% from 275); Max value from RGB is 118 - color contains mainly: green. Hex color #3B7662 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B7662 is #C4899D. Grayscale: #626262. Windows color (decimal): -12880286 or 6452795. OLE color: 6452795.

HSL color Cylindrical-coordinate representation of color #3B7662: hue angle of 159.66º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3B7662 is Cyan = 0.50, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.54.

Color convert

RGB5911898-
CMYK0.5000.170.54
HSL159.66º33.33%34.71%-
HSV(B)159.66º50%46.27%-
XYZ10.4914.7713.85-
YUV98.08127.95100.13-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 21.45%
GREEN value IS 118 (46.48% from 255) = 42.91%
BLUE value IS 98 (38.67% from 255) = 35.64%
R=21.45%
G=42.91%
B=35.64%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal59118980.5000.170.54159.6633.3334.71
Hex3B76623201136a02123
Octal7316614262021662404143
Binary1110111110110110001011001001000111011010100000100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B7662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,118,98); }

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

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

 a { background-color: rgb(59,118,98); }

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

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

 span { border-color: rgb(59,118,98); }

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