#3C7869

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

Shades of Viridian #3C7869

Tints of Viridian #3C7869

Color information

#3C7869 (or 0x3C7869) is unknown color: approx Viridian. HEX triplet: 3C, 78 and 69. RGB value is (60,120,105). Sum of RGB (Red+Green+Blue) = 60+120+105=285 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.05% from 285); Green value is 120 (47.27% from 255 or 42.11% from 285); Blue value is 105 (41.41% from 255 or 36.84% from 285); Max value from RGB is 120 - color contains mainly: green. Hex color #3C7869 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C7869 is #C38796. Grayscale: #646464. Windows color (decimal): -12814231 or 6912060. OLE color: 6912060.

HSL color Cylindrical-coordinate representation of color #3C7869: hue angle of 165º 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 #3C7869 is Cyan = 0.5, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.53.

Color convert

RGB60120105-
CMYK0.500.130.53
HSL165º33.33%35.29%-
HSV(B)165º50%47.06%-
XYZ11.1315.4115.75-
YUV100.35130.6299.22-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 21.05%
GREEN value IS 120 (47.27% from 255) = 42.11%
BLUE value IS 105 (41.41% from 255) = 36.84%
R=21.05%
G=42.11%
B=36.84%

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
Decimal601201050.500.130.5316533.3335.29
Hex3C7869320D35a52123
Octal7417015162015652454143
Binary111100111100011010011100100110111010110100101100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C7869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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