#3A7C63

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

Shades of Viridian #3A7C63

Tints of Viridian #3A7C63

Color information

#3A7C63 (or 0x3A7C63) is unknown color: approx Viridian. HEX triplet: 3A, 7C and 63. RGB value is (58,124,99). Sum of RGB (Red+Green+Blue) = 58+124+99=281 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.64% from 281); Green value is 124 (48.83% from 255 or 44.13% from 281); Blue value is 99 (39.06% from 255 or 35.23% from 281); Max value from RGB is 124 - color contains mainly: green. Hex color #3A7C63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A7C63 is #C5839C. Grayscale: #656565. Windows color (decimal): -12944285 or 6519866. OLE color: 6519866.

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

Color convert

RGB5812499-
CMYK0.5300.200.51
HSL157.27º36.26%35.69%-
HSV(B)157.27º53.23%48.63%-
XYZ11.216.2214.34-
YUV101.42126.6397.03-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 20.64%
GREEN value IS 124 (48.83% from 255) = 44.13%
BLUE value IS 99 (39.06% from 255) = 35.23%
R=20.64%
G=44.13%
B=35.23%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal58124990.5300.200.51157.2736.2635.69
Hex3A7C6335014339d2424
Octal7217414365024632354444
Binary1110101111100110001111010101010011001110011101100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A7C63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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