#3C7868

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

Shades of Viridian #3C7868

Tints of Viridian #3C7868

Color information

#3C7868 (or 0x3C7868) is unknown color: approx Viridian. HEX triplet: 3C, 78 and 68. RGB value is (60,120,104). Sum of RGB (Red+Green+Blue) = 60+120+104=284 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.13% from 284); Green value is 120 (47.27% from 255 or 42.25% from 284); Blue value is 104 (41.02% from 255 or 36.62% from 284); Max value from RGB is 120 - color contains mainly: green. Hex color #3C7868 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C7868 is #C38797. Grayscale: #646464. Windows color (decimal): -12814232 or 6846524. OLE color: 6846524.

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

Color convert

RGB60120104-
CMYK0.500.130.53
HSL164º33.33%35.29%-
HSV(B)164º50%47.06%-
XYZ11.0815.3915.48-
YUV100.24130.1299.3-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 21.13%
GREEN value IS 120 (47.27% from 255) = 42.25%
BLUE value IS 104 (41.02% from 255) = 36.62%
R=21.13%
G=42.25%
B=36.62%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal601201040.500.130.5316433.3335.29
Hex3C7868320D35a42123
Octal7417015062015652444143
Binary111100111100011010001100100110111010110100100100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C7868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,120,104); }

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

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

 a { background-color: rgb(60,120,104); }

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

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

 span { border-color: rgb(60,120,104); }

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