#3E7A6C

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

Shades of Viridian #3E7A6C

Tints of Viridian #3E7A6C

Color information

#3E7A6C (or 0x3E7A6C) is unknown color: approx Viridian. HEX triplet: 3E, 7A and 6C. RGB value is (62,122,108). Sum of RGB (Red+Green+Blue) = 62+122+108=292 (38% of max value = 765). Red value is 62 (24.61% from 255 or 21.23% from 292); Green value is 122 (48.05% from 255 or 41.78% from 292); Blue value is 108 (42.58% from 255 or 36.99% from 292); Max value from RGB is 122 - color contains mainly: green. Hex color #3E7A6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E7A6C is #C18593. Grayscale: #666666. Windows color (decimal): -12682644 or 7109182. OLE color: 7109182.

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

Color convert

RGB62122108-
CMYK0.4900.110.52
HSL166º32.61%36.08%-
HSV(B)166º49.18%47.84%-
XYZ11.6516.0316.67-
YUV102.46131.1299.14-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 21.23%
GREEN value IS 122 (48.05% from 255) = 41.78%
BLUE value IS 108 (42.58% from 255) = 36.99%
R=21.23%
G=41.78%
B=36.99%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal621221080.4900.110.5216632.6136.08
Hex3E7A6C310B34a62124
Octal7617215461013642464144
Binary111110111101011011001100010101111010010100110100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E7A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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