Html Css Color HEX #3C9170 Viridian

📋 copy color: '#3C9170'

red 60 ◦ green 145 ◦ blue 112

#3C9170
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Viridian #3C9170

Tints of Viridian #3C9170

RGB

 RED value IS 60 (23.83% from 255) = 18.93%

 GREEN value IS 145 (57.03% from 255) = 45.74%

 BLUE value IS 112 (44.14% from 255) = 35.33%

R = 18.93%
G = 45.74%
B = 35.33%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.23

 K value IS 0.43

RGB Variations

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

Color information

#3C9170 (or 0x3C9170) is known color: Viridian. HEX triplet: 3C, 91 and 70. RGB value is (60,145,112). Sum of RGB (Red+Green+Blue) = 60+145+112=317 (41% of max value = 765). Red value is 60 (23.83% from 255 or 18.93% from 317); Green value is 145 (57.03% from 255 or 45.74% from 317); Blue value is 112 (44.14% from 255 or 35.33% from 317); Max value from RGB is 145 - color contains mainly: green. Hex color #3C9170 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C9170 is #C36E8F. Grayscale: #737373. Windows color (decimal): -12807824 or 7377212. OLE color: 7377212.

HSL color Cylindrical-coordinate representation of color #3C9170: hue angle of 156.71º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3C9170 is Cyan = 0.59, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.43.

Color convert

RGB 60 145 112 -
CMYK 0.59 0 0.23 0.43
HSL 156.71º 0.41% 0.4% -
HSV(B) 156.71º 0.59% 0.57% -
XYZ 14.91 22.38 18.86 -
YUV 115.82 125.84 88.18 -
System Red Green Blue C M Y K H S L
Decimal 60 145 112 0.59 0 0.23 0.43 156.71 0.41 0.4
Hex 3C 91 70 3B 0 17 2B 9D 29 28
Octal 74 221 160 73 0 27 53 235 51 50
Binary 111100 10010001 1110000 111011 0 10111 101011 10011101 101001 101000

Color Harmonies of #3C9170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C9170

Black with #3C9170

Text Example


Text Example

White with #3C9170

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,145,112); }

 H1.HeaderClassName
 {
   color: #3C9170;
 }
 .AnyTagClassName
 {
   color: #3C9170;
 }
</style>

background-color css

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

 a { background-color: rgb(60,145,112); }

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

border-color css

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

 span { border-color: rgb(60,145,112); }

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