#3C8269

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

Shades of Viridian #3C8269

Tints of Viridian #3C8269

Color information

#3C8269 (or 0x3C8269) is unknown color: approx Viridian. HEX triplet: 3C, 82 and 69. RGB value is (60,130,105). Sum of RGB (Red+Green+Blue) = 60+130+105=295 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.34% from 295); Green value is 130 (51.17% from 255 or 44.07% from 295); Blue value is 105 (41.41% from 255 or 35.59% from 295); Max value from RGB is 130 - color contains mainly: green. Hex color #3C8269 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C8269 is #C37D96. Grayscale: #6A6A6A. Windows color (decimal): -12811671 or 6914620. OLE color: 6914620.

HSL color Cylindrical-coordinate representation of color #3C8269: hue angle of 158.57º 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 #3C8269 is Cyan = 0.54, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.49.

Color convert

RGB60130105-
CMYK0.5400.190.49
HSL158.57º36.84%37.25%-
HSV(B)158.57º53.85%50.98%-
XYZ12.417.9516.18-
YUV106.22127.3195.03-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 20.34%
GREEN value IS 130 (51.17% from 255) = 44.07%
BLUE value IS 105 (41.41% from 255) = 35.59%
R=20.34%
G=44.07%
B=35.59%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal601301050.5400.190.49158.5736.8437.25
Hex3C826936013319f2525
Octal7420215166023612374545
Binary11110010000010110100111011001001111000110011111100101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C8269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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