#3C7E6B

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

Shades of Viridian #3C7E6B

Tints of Viridian #3C7E6B

Color information

#3C7E6B (or 0x3C7E6B) is unknown color: approx Viridian. HEX triplet: 3C, 7E and 6B. RGB value is (60,126,107). Sum of RGB (Red+Green+Blue) = 60+126+107=293 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.48% from 293); Green value is 126 (49.61% from 255 or 43.00% from 293); Blue value is 107 (42.19% from 255 or 36.52% from 293); Max value from RGB is 126 - color contains mainly: green. Hex color #3C7E6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C7E6B is #C38194. Grayscale: #686868. Windows color (decimal): -12812693 or 7044668. OLE color: 7044668.

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

Color convert

RGB60126107-
CMYK0.5200.150.51
HSL162.73º35.48%36.47%-
HSV(B)162.73º52.38%49.41%-
XYZ11.9816.9416.55-
YUV104.1129.6396.54-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 20.48%
GREEN value IS 126 (49.61% from 255) = 43.00%
BLUE value IS 107 (42.19% from 255) = 36.52%
R=20.48%
G=43.00%
B=36.52%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal601261070.5200.150.51162.7335.4836.47
Hex3C7E6B340F33a32324
Octal7417615364017632434344
Binary111100111111011010111101000111111001110100011100011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C7E6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,126,107); }

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

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

 a { background-color: rgb(60,126,107); }

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

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

 span { border-color: rgb(60,126,107); }

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