#3B7D68

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

Shades of Viridian #3B7D68

Tints of Viridian #3B7D68

Color information

#3B7D68 (or 0x3B7D68) is unknown color: approx Viridian. HEX triplet: 3B, 7D and 68. RGB value is (59,125,104). Sum of RGB (Red+Green+Blue) = 59+125+104=288 (38% of max value = 765). Red value is 59 (23.44% from 255 or 20.49% from 288); Green value is 125 (49.22% from 255 or 43.40% from 288); Blue value is 104 (41.02% from 255 or 36.11% from 288); Max value from RGB is 125 - color contains mainly: green. Hex color #3B7D68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B7D68 is #C48297. Grayscale: #666666. Windows color (decimal): -12878488 or 6847803. OLE color: 6847803.

HSL color Cylindrical-coordinate representation of color #3B7D68: hue angle of 160.91º degrees, saturation: 0.36, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3B7D68 is Cyan = 0.53, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.51.

Color convert

RGB59125104-
CMYK0.5300.170.51
HSL160.91º35.87%36.08%-
HSV(B)160.91º52.8%49.02%-
XYZ11.6416.615.69-
YUV102.87128.6396.71-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 20.49%
GREEN value IS 125 (49.22% from 255) = 43.40%
BLUE value IS 104 (41.02% from 255) = 36.11%
R=20.49%
G=43.40%
B=36.11%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal591251040.5300.170.51160.9135.8736.08
Hex3B7D683501133a12424
Octal7317515065021632414444
Binary1110111111101110100011010101000111001110100001100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B7D68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,125,104); }

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

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

 a { background-color: rgb(59,125,104); }

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

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

 span { border-color: rgb(59,125,104); }

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