#3C8D69

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

Shades of Viridian #3C8D69

Tints of Viridian #3C8D69

Color information

#3C8D69 (or 0x3C8D69) is unknown color: approx Viridian. HEX triplet: 3C, 8D and 69. RGB value is (60,141,105). Sum of RGB (Red+Green+Blue) = 60+141+105=306 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.61% from 306); Green value is 141 (55.47% from 255 or 46.08% from 306); Blue value is 105 (41.41% from 255 or 34.31% from 306); Max value from RGB is 141 - color contains mainly: green. Hex color #3C8D69 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C8D69 is #C37296. Grayscale: #707070. Windows color (decimal): -12808855 or 6917436. OLE color: 6917436.

HSL color Cylindrical-coordinate representation of color #3C8D69: hue angle of 153.33º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3C8D69 is Cyan = 0.57, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.45.

Color convert

RGB60141105-
CMYK0.5700.260.45
HSL153.33º40.3%39.41%-
HSV(B)153.33º57.45%55.29%-
XYZ13.9421.0316.69-
YUV112.68123.6690.43-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 19.61%
GREEN value IS 141 (55.47% from 255) = 46.08%
BLUE value IS 105 (41.41% from 255) = 34.31%
R=19.61%
G=46.08%
B=34.31%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal601411050.5700.260.45153.3340.339.41
Hex3C8D693901A2D992827
Octal7421515171032552315047
Binary11110010001101110100111100101101010110110011001101000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C8D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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