#3E7B6C

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

Shades of Viridian #3E7B6C

Tints of Viridian #3E7B6C

Color information

#3E7B6C (or 0x3E7B6C) is unknown color: approx Viridian. HEX triplet: 3E, 7B and 6C. RGB value is (62,123,108). Sum of RGB (Red+Green+Blue) = 62+123+108=293 (38% of max value = 765). Red value is 62 (24.61% from 255 or 21.16% from 293); Green value is 123 (48.44% from 255 or 41.98% from 293); Blue value is 108 (42.58% from 255 or 36.86% from 293); Max value from RGB is 123 - color contains mainly: green. Hex color #3E7B6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E7B6C is #C18493. Grayscale: #676767. Windows color (decimal): -12682388 or 7109438. OLE color: 7109438.

HSL color Cylindrical-coordinate representation of color #3E7B6C: hue angle of 165.25º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3E7B6C is Cyan = 0.50, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.52.

Color convert

RGB62123108-
CMYK0.5000.120.52
HSL165.25º32.97%36.27%-
HSV(B)165.25º49.59%48.24%-
XYZ11.7816.2716.71-
YUV103.05130.7998.72-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 21.16%
GREEN value IS 123 (48.44% from 255) = 41.98%
BLUE value IS 108 (42.58% from 255) = 36.86%
R=21.16%
G=41.98%
B=36.86%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal621231080.5000.120.52165.2532.9736.27
Hex3E7B6C320C34a52124
Octal7617315462014642454144
Binary111110111101111011001100100110011010010100101100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E7B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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