#3E7C6C

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

Shades of Viridian #3E7C6C

Tints of Viridian #3E7C6C

Color information

#3E7C6C (or 0x3E7C6C) is unknown color: approx Viridian. HEX triplet: 3E, 7C and 6C. RGB value is (62,124,108). Sum of RGB (Red+Green+Blue) = 62+124+108=294 (38% of max value = 765). Red value is 62 (24.61% from 255 or 21.09% from 294); Green value is 124 (48.83% from 255 or 42.18% from 294); Blue value is 108 (42.58% from 255 or 36.73% from 294); Max value from RGB is 124 - color contains mainly: green. Hex color #3E7C6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E7C6C is #C18393. Grayscale: #676767. Windows color (decimal): -12682132 or 7109694. OLE color: 7109694.

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

Color convert

RGB62124108-
CMYK0.500.130.51
HSL164.52º33.33%36.47%-
HSV(B)164.52º50%48.63%-
XYZ11.916.5216.75-
YUV103.64130.4698.3-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 21.09%
GREEN value IS 124 (48.83% from 255) = 42.18%
BLUE value IS 108 (42.58% from 255) = 36.73%
R=21.09%
G=42.18%
B=36.73%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal621241080.500.130.51164.5233.3336.47
Hex3E7C6C320D33a52124
Octal7617415462015632454144
Binary111110111110011011001100100110111001110100101100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E7C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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