#3B7762

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

Shades of Viridian #3B7762

Tints of Viridian #3B7762

Color information

#3B7762 (or 0x3B7762) is unknown color: approx Viridian. HEX triplet: 3B, 77 and 62. RGB value is (59,119,98). Sum of RGB (Red+Green+Blue) = 59+119+98=276 (36% of max value = 765). Red value is 59 (23.44% from 255 or 21.38% from 276); Green value is 119 (46.88% from 255 or 43.12% from 276); Blue value is 98 (38.67% from 255 or 35.51% from 276); Max value from RGB is 119 - color contains mainly: green. Hex color #3B7762 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B7762 is #C4889D. Grayscale: #626262. Windows color (decimal): -12880030 or 6453051. OLE color: 6453051.

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

Color convert

RGB5911998-
CMYK0.5000.180.53
HSL159º33.71%34.9%-
HSV(B)159º50.42%46.67%-
XYZ10.6115.0113.89-
YUV98.67127.6299.71-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 21.38%
GREEN value IS 119 (46.88% from 255) = 43.12%
BLUE value IS 98 (38.67% from 255) = 35.51%
R=21.38%
G=43.12%
B=35.51%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal59119980.5000.180.5315933.7134.9
Hex3B776232012359f2223
Octal7316714262022652374243
Binary1110111110111110001011001001001011010110011111100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B7762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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