#3B7663

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

Shades of Viridian #3B7663

Tints of Viridian #3B7663

Color information

#3B7663 (or 0x3B7663) is unknown color: approx Viridian. HEX triplet: 3B, 76 and 63. RGB value is (59,118,99). Sum of RGB (Red+Green+Blue) = 59+118+99=276 (36% of max value = 765). Red value is 59 (23.44% from 255 or 21.38% from 276); Green value is 118 (46.48% from 255 or 42.75% from 276); Blue value is 99 (39.06% from 255 or 35.87% from 276); Max value from RGB is 118 - color contains mainly: green. Hex color #3B7663 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B7663 is #C4899C. Grayscale: #626262. Windows color (decimal): -12880285 or 6518331. OLE color: 6518331.

HSL color Cylindrical-coordinate representation of color #3B7663: hue angle of 160.68º 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 #3B7663 is Cyan = 0.50, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.54.

Color convert

RGB5911899-
CMYK0.5000.160.54
HSL160.68º33.33%34.71%-
HSV(B)160.68º50%46.27%-
XYZ10.5314.7914.1-
YUV98.19128.45100.04-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 21.38%
GREEN value IS 118 (46.48% from 255) = 42.75%
BLUE value IS 99 (39.06% from 255) = 35.87%
R=21.38%
G=42.75%
B=35.87%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal59118990.5000.160.54160.6833.3334.71
Hex3B76633201036a12123
Octal7316614362020662414143
Binary1110111110110110001111001001000011011010100001100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B7663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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