#3B7767

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

Shades of Viridian #3B7767

Tints of Viridian #3B7767

Color information

#3B7767 (or 0x3B7767) is unknown color: approx Viridian. HEX triplet: 3B, 77 and 67. RGB value is (59,119,103). Sum of RGB (Red+Green+Blue) = 59+119+103=281 (37% of max value = 765). Red value is 59 (23.44% from 255 or 21.00% from 281); Green value is 119 (46.88% from 255 or 42.35% from 281); Blue value is 103 (40.62% from 255 or 36.65% from 281); Max value from RGB is 119 - color contains mainly: green. Hex color #3B7767 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B7767 is #C48898. Grayscale: #636363. Windows color (decimal): -12880025 or 6780731. OLE color: 6780731.

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

Color convert

RGB59119103-
CMYK0.5000.130.53
HSL164º33.71%34.9%-
HSV(B)164º50.42%46.67%-
XYZ10.8515.115.18-
YUV99.24130.1299.3-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 21.00%
GREEN value IS 119 (46.88% from 255) = 42.35%
BLUE value IS 103 (40.62% from 255) = 36.65%
R=21.00%
G=42.35%
B=36.65%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal591191030.5000.130.5316433.7134.9
Hex3B7767320D35a42223
Octal7316714762015652444243
Binary111011111011111001111100100110111010110100100100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B7767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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