#3E7A65

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

Shades of Viridian #3E7A65

Tints of Viridian #3E7A65

Color information

#3E7A65 (or 0x3E7A65) is unknown color: approx Viridian. HEX triplet: 3E, 7A and 65. RGB value is (62,122,101). Sum of RGB (Red+Green+Blue) = 62+122+101=285 (37% of max value = 765). Red value is 62 (24.61% from 255 or 21.75% from 285); Green value is 122 (48.05% from 255 or 42.81% from 285); Blue value is 101 (39.84% from 255 or 35.44% from 285); Max value from RGB is 122 - color contains mainly: green. Hex color #3E7A65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E7A65 is #C1859A. Grayscale: #656565. Windows color (decimal): -12682651 or 6650430. OLE color: 6650430.

HSL color Cylindrical-coordinate representation of color #3E7A65: hue angle of 159º 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 #3E7A65 is Cyan = 0.49, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.52.

Color convert

RGB62122101-
CMYK0.4900.170.52
HSL159º32.61%36.08%-
HSV(B)159º49.18%47.84%-
XYZ11.315.8814.78-
YUV101.67127.6299.71-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 21.75%
GREEN value IS 122 (48.05% from 255) = 42.81%
BLUE value IS 101 (39.84% from 255) = 35.44%
R=21.75%
G=42.81%
B=35.44%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal621221010.4900.170.5215932.6136.08
Hex3E7A6531011349f2124
Octal7617214561021642374144
Binary1111101111010110010111000101000111010010011111100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E7A65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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