#3B7763

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

Shades of Viridian #3B7763

Tints of Viridian #3B7763

Color information

#3B7763 (or 0x3B7763) is unknown color: approx Viridian. HEX triplet: 3B, 77 and 63. RGB value is (59,119,99). Sum of RGB (Red+Green+Blue) = 59+119+99=277 (36% of max value = 765). Red value is 59 (23.44% from 255 or 21.30% from 277); Green value is 119 (46.88% from 255 or 42.96% from 277); Blue value is 99 (39.06% from 255 or 35.74% from 277); Max value from RGB is 119 - color contains mainly: green. Hex color #3B7763 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B7763 is #C4889C. Grayscale: #626262. Windows color (decimal): -12880029 or 6518587. OLE color: 6518587.

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

Color convert

RGB5911999-
CMYK0.5000.170.53
HSL160º33.71%34.9%-
HSV(B)160º50.42%46.67%-
XYZ10.6515.0214.14-
YUV98.78128.1299.63-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 21.30%
GREEN value IS 119 (46.88% from 255) = 42.96%
BLUE value IS 99 (39.06% from 255) = 35.74%
R=21.30%
G=42.96%
B=35.74%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal59119990.5000.170.5316033.7134.9
Hex3B77633201135a02223
Octal7316714362021652404243
Binary1110111110111110001111001001000111010110100000100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B7763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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