#3C7862

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

Shades of Viridian #3C7862

Tints of Viridian #3C7862

Color information

#3C7862 (or 0x3C7862) is unknown color: approx Viridian. HEX triplet: 3C, 78 and 62. RGB value is (60,120,98). Sum of RGB (Red+Green+Blue) = 60+120+98=278 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.58% from 278); Green value is 120 (47.27% from 255 or 43.17% from 278); Blue value is 98 (38.67% from 255 or 35.25% from 278); Max value from RGB is 120 - color contains mainly: green. Hex color #3C7862 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C7862 is #C3879D. Grayscale: #636363. Windows color (decimal): -12814238 or 6453308. OLE color: 6453308.

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

Color convert

RGB6012098-
CMYK0.500.180.53
HSL158º33.33%35.29%-
HSV(B)158º50%47.06%-
XYZ10.7815.2813.94-
YUV99.55127.1299.79-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 21.58%
GREEN value IS 120 (47.27% from 255) = 43.17%
BLUE value IS 98 (38.67% from 255) = 35.25%
R=21.58%
G=43.17%
B=35.25%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal60120980.500.180.5315833.3335.29
Hex3C786232012359e2123
Octal7417014262022652364143
Binary1111001111000110001011001001001011010110011110100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C7862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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