#3E7F6C

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

Shades of Viridian #3E7F6C

Tints of Viridian #3E7F6C

Color information

#3E7F6C (or 0x3E7F6C) is unknown color: approx Viridian. HEX triplet: 3E, 7F and 6C. RGB value is (62,127,108). Sum of RGB (Red+Green+Blue) = 62+127+108=297 (39% of max value = 765). Red value is 62 (24.61% from 255 or 20.88% from 297); Green value is 127 (50% from 255 or 42.76% from 297); Blue value is 108 (42.58% from 255 or 36.36% from 297); Max value from RGB is 127 - color contains mainly: green. Hex color #3E7F6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E7F6C is #C18093. Grayscale: #696969. Windows color (decimal): -12681364 or 7110462. OLE color: 7110462.

HSL color Cylindrical-coordinate representation of color #3E7F6C: hue angle of 162.46º degrees, saturation: 0.34, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3E7F6C is Cyan = 0.51, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.50.

Color convert

RGB62127108-
CMYK0.5100.150.50
HSL162.46º34.39%37.06%-
HSV(B)162.46º51.18%49.8%-
XYZ12.2817.2916.88-
YUV105.4129.4797.04-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 20.88%
GREEN value IS 127 (50% from 255) = 42.76%
BLUE value IS 108 (42.58% from 255) = 36.36%
R=20.88%
G=42.76%
B=36.36%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal621271080.5100.150.50162.4634.3937.06
Hex3E7F6C330F32a22225
Octal7617715463017622424245
Binary111110111111111011001100110111111001010100010100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E7F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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