#3E7A61

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

Shades of Viridian #3E7A61

Tints of Viridian #3E7A61

Color information

#3E7A61 (or 0x3E7A61) is unknown color: approx Viridian. HEX triplet: 3E, 7A and 61. RGB value is (62,122,97). Sum of RGB (Red+Green+Blue) = 62+122+97=281 (37% of max value = 765). Red value is 62 (24.61% from 255 or 22.06% from 281); Green value is 122 (48.05% from 255 or 43.42% from 281); Blue value is 97 (38.28% from 255 or 34.52% from 281); Max value from RGB is 122 - color contains mainly: green. Hex color #3E7A61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E7A61 is #C1859E. Grayscale: #656565. Windows color (decimal): -12682655 or 6388286. OLE color: 6388286.

HSL color Cylindrical-coordinate representation of color #3E7A61: hue angle of 155º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3E7A61 is Cyan = 0.49, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.52.

Color convert

RGB6212297-
CMYK0.4900.200.52
HSL155º32.61%36.08%-
HSV(B)155º49.18%47.84%-
XYZ11.115.8113.77-
YUV101.21125.62100.03-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 22.06%
GREEN value IS 122 (48.05% from 255) = 43.42%
BLUE value IS 97 (38.28% from 255) = 34.52%
R=22.06%
G=43.42%
B=34.52%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal62122970.4900.200.5215532.6136.08
Hex3E7A6131014349b2124
Octal7617214161024642334144
Binary1111101111010110000111000101010011010010011011100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E7A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,122,97); }

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

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

 a { background-color: rgb(62,122,97); }

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

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

 span { border-color: rgb(62,122,97); }

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