#3C8275

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

Shades of Viridian #3C8275

Tints of Viridian #3C8275

Color information

#3C8275 (or 0x3C8275) is unknown color: approx Viridian. HEX triplet: 3C, 82 and 75. RGB value is (60,130,117). Sum of RGB (Red+Green+Blue) = 60+130+117=307 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.54% from 307); Green value is 130 (51.17% from 255 or 42.35% from 307); Blue value is 117 (46.09% from 255 or 38.11% from 307); Max value from RGB is 130 - color contains mainly: green. Hex color #3C8275 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C8275 is #C37D8A. Grayscale: #6B6B6B. Windows color (decimal): -12811659 or 7701052. OLE color: 7701052.

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

Color convert

RGB60130117-
CMYK0.5400.10.49
HSL168.86º36.84%37.25%-
HSV(B)168.86º53.85%50.98%-
XYZ13.0618.2119.66-
YUV107.59133.3194.06-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 19.54%
GREEN value IS 130 (51.17% from 255) = 42.35%
BLUE value IS 117 (46.09% from 255) = 38.11%
R=19.54%
G=42.35%
B=38.11%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.1
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal601301170.5400.10.49168.8636.8437.25
Hex3C8275360A31a92525
Octal7420216566012612514545
Binary1111001000001011101011101100101011000110101001100101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C8275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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