#3E7364

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

Shades of Viridian #3E7364

Tints of Viridian #3E7364

Color information

#3E7364 (or 0x3E7364) is unknown color: approx Viridian. HEX triplet: 3E, 73 and 64. RGB value is (62,115,100). Sum of RGB (Red+Green+Blue) = 62+115+100=277 (36% of max value = 765). Red value is 62 (24.61% from 255 or 22.38% from 277); Green value is 115 (45.31% from 255 or 41.52% from 277); Blue value is 100 (39.45% from 255 or 36.10% from 277); Max value from RGB is 115 - color contains mainly: green. Hex color #3E7364 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E7364 is #C18C9B. Grayscale: #616161. Windows color (decimal): -12684444 or 6583102. OLE color: 6583102.

HSL color Cylindrical-coordinate representation of color #3E7364: hue angle of 163.02º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3E7364 is Cyan = 0.46, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.55.

Color convert

RGB62115100-
CMYK0.4600.130.55
HSL163.02º29.94%34.71%-
HSV(B)163.02º46.09%45.1%-
XYZ10.4214.2114.25-
YUV97.44129.44102.72-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 22.38%
GREEN value IS 115 (45.31% from 255) = 41.52%
BLUE value IS 100 (39.45% from 255) = 36.10%
R=22.38%
G=41.52%
B=36.10%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal621151000.4600.130.55163.0229.9434.71
Hex3E73642E0D37a31e23
Octal7616314456015672433643
Binary11111011100111100100101110011011101111010001111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E7364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,115,100); }

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

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

 a { background-color: rgb(62,115,100); }

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

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

 span { border-color: rgb(62,115,100); }

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