#3A7C62

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

Shades of Viridian #3A7C62

Tints of Viridian #3A7C62

Color information

#3A7C62 (or 0x3A7C62) is unknown color: approx Viridian. HEX triplet: 3A, 7C and 62. RGB value is (58,124,98). Sum of RGB (Red+Green+Blue) = 58+124+98=280 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.71% from 280); Green value is 124 (48.83% from 255 or 44.29% from 280); Blue value is 98 (38.67% from 255 or 35% from 280); Max value from RGB is 124 - color contains mainly: green. Hex color #3A7C62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A7C62 is #C5839D. Grayscale: #656565. Windows color (decimal): -12944286 or 6454330. OLE color: 6454330.

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

Color convert

RGB5812498-
CMYK0.5300.210.51
HSL156.36º36.26%35.69%-
HSV(B)156.36º53.23%48.63%-
XYZ11.1616.214.09-
YUV101.3126.1397.11-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 20.71%
GREEN value IS 124 (48.83% from 255) = 44.29%
BLUE value IS 98 (38.67% from 255) = 35%
R=20.71%
G=44.29%
B=35%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal58124980.5300.210.51156.3636.2635.69
Hex3A7C6235015339c2424
Octal7217414265025632344444
Binary1110101111100110001011010101010111001110011100100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A7C62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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