#3A7C68

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

Shades of Viridian #3A7C68

Tints of Viridian #3A7C68

Color information

#3A7C68 (or 0x3A7C68) is unknown color: approx Viridian. HEX triplet: 3A, 7C and 68. RGB value is (58,124,104). Sum of RGB (Red+Green+Blue) = 58+124+104=286 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.28% from 286); Green value is 124 (48.83% from 255 or 43.36% from 286); Blue value is 104 (41.02% from 255 or 36.36% from 286); Max value from RGB is 124 - color contains mainly: green. Hex color #3A7C68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A7C68 is #C58397. Grayscale: #666666. Windows color (decimal): -12944280 or 6847546. OLE color: 6847546.

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

Color convert

RGB58124104-
CMYK0.5300.160.51
HSL161.82º36.26%35.69%-
HSV(B)161.82º53.23%48.63%-
XYZ11.4516.3115.64-
YUV101.99129.1396.63-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 20.28%
GREEN value IS 124 (48.83% from 255) = 43.36%
BLUE value IS 104 (41.02% from 255) = 36.36%
R=20.28%
G=43.36%
B=36.36%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal581241040.5300.160.51161.8236.2635.69
Hex3A7C683501033a22424
Octal7217415065020632424444
Binary1110101111100110100011010101000011001110100010100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A7C68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,124,104); }

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

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

 a { background-color: rgb(58,124,104); }

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

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

 span { border-color: rgb(58,124,104); }

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