#3E7861

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

Shades of Viridian #3E7861

Tints of Viridian #3E7861

Color information

#3E7861 (or 0x3E7861) is unknown color: approx Viridian. HEX triplet: 3E, 78 and 61. RGB value is (62,120,97). Sum of RGB (Red+Green+Blue) = 62+120+97=279 (36% of max value = 765). Red value is 62 (24.61% from 255 or 22.22% from 279); Green value is 120 (47.27% from 255 or 43.01% from 279); Blue value is 97 (38.28% from 255 or 34.77% from 279); Max value from RGB is 120 - color contains mainly: green. Hex color #3E7861 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E7861 is #C1879E. Grayscale: #646464. Windows color (decimal): -12683167 or 6387774. OLE color: 6387774.

HSL color Cylindrical-coordinate representation of color #3E7861: hue angle of 156.21º degrees, saturation: 0.32, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3E7861 is Cyan = 0.48, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.53.

Color convert

RGB6212097-
CMYK0.4800.190.53
HSL156.21º31.87%35.69%-
HSV(B)156.21º48.33%47.06%-
XYZ10.8615.3213.69-
YUV100.04126.28100.87-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 22.22%
GREEN value IS 120 (47.27% from 255) = 43.01%
BLUE value IS 97 (38.28% from 255) = 34.77%
R=22.22%
G=43.01%
B=34.77%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal62120970.4800.190.53156.2131.8735.69
Hex3E786130013359c2024
Octal7617014160023652344044
Binary1111101111000110000111000001001111010110011100100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E7861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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