#3C8369

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

Shades of Viridian #3C8369

Tints of Viridian #3C8369

Color information

#3C8369 (or 0x3C8369) is unknown color: approx Viridian. HEX triplet: 3C, 83 and 69. RGB value is (60,131,105). Sum of RGB (Red+Green+Blue) = 60+131+105=296 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.27% from 296); Green value is 131 (51.56% from 255 or 44.26% from 296); Blue value is 105 (41.41% from 255 or 35.47% from 296); Max value from RGB is 131 - color contains mainly: green. Hex color #3C8369 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C8369 is #C37C96. Grayscale: #6A6A6A. Windows color (decimal): -12811415 or 6914876. OLE color: 6914876.

HSL color Cylindrical-coordinate representation of color #3C8369: hue angle of 158.03º degrees, saturation: 0.37, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3C8369 is Cyan = 0.54, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.49.

Color convert

RGB60131105-
CMYK0.5400.200.49
HSL158.03º37.17%37.45%-
HSV(B)158.03º54.2%51.37%-
XYZ12.5318.2116.22-
YUV106.81126.9894.61-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 20.27%
GREEN value IS 131 (51.56% from 255) = 44.26%
BLUE value IS 105 (41.41% from 255) = 35.47%
R=20.27%
G=44.26%
B=35.47%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal601311050.5400.200.49158.0337.1737.45
Hex3C836936014319e2525
Octal7420315166024612364545
Binary11110010000011110100111011001010011000110011110100101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C8369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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