#3A7C61

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

Shades of Viridian #3A7C61

Tints of Viridian #3A7C61

Color information

#3A7C61 (or 0x3A7C61) is unknown color: approx Viridian. HEX triplet: 3A, 7C and 61. RGB value is (58,124,97). Sum of RGB (Red+Green+Blue) = 58+124+97=279 (36% of max value = 765). Red value is 58 (23.05% from 255 or 20.79% from 279); Green value is 124 (48.83% from 255 or 44.44% from 279); Blue value is 97 (38.28% from 255 or 34.77% from 279); Max value from RGB is 124 - color contains mainly: green. Hex color #3A7C61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A7C61 is #C5839E. Grayscale: #656565. Windows color (decimal): -12944287 or 6388794. OLE color: 6388794.

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

Color convert

RGB5812497-
CMYK0.5300.220.51
HSL155.45º36.26%35.69%-
HSV(B)155.45º53.23%48.63%-
XYZ11.1116.1813.85-
YUV101.19125.6397.2-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 20.79%
GREEN value IS 124 (48.83% from 255) = 44.44%
BLUE value IS 97 (38.28% from 255) = 34.77%
R=20.79%
G=44.44%
B=34.77%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal58124970.5300.220.51155.4536.2635.69
Hex3A7C6135016339b2424
Octal7217414165026632334444
Binary1110101111100110000111010101011011001110011011100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A7C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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