Html Css Color HEX #3C9174 Viridian

📋 copy color: '#3C9174'

red 60 ◦ green 145 ◦ blue 116

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

Shades of Viridian #3C9174

Tints of Viridian #3C9174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 36.14%

R = 18.69%
G = 45.17%
B = 36.14%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.2

 K value IS 0.43

RGB Variations

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

Color information

#3C9174 (or 0x3C9174) is known color: Viridian. HEX triplet: 3C, 91 and 74. RGB value is (60,145,116). Sum of RGB (Red+Green+Blue) = 60+145+116=321 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.69% from 321); Green value is 145 (57.03% from 255 or 45.17% from 321); Blue value is 116 (45.70% from 255 or 36.14% from 321); Max value from RGB is 145 - color contains mainly: green. Hex color #3C9174 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C9174 is #C36E8B. Grayscale: #747474. Windows color (decimal): -12807820 or 7639356. OLE color: 7639356.

HSL color Cylindrical-coordinate representation of color #3C9174: hue angle of 159.53º 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 #3C9174 is Cyan = 0.59, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.43.

Color convert

RGB 60 145 116 -
CMYK 0.59 0 0.2 0.43
HSL 159.53º 0.41% 0.4% -
HSV(B) 159.53º 0.59% 0.57% -
XYZ 15.14 22.47 20.06 -
YUV 116.28 127.84 87.86 -
System Red Green Blue C M Y K H S L
Decimal 60 145 116 0.59 0 0.2 0.43 159.53 0.41 0.4
Hex 3C 91 74 3B 0 14 2B A0 29 28
Octal 74 221 164 73 0 24 53 240 51 50
Binary 111100 10010001 1110100 111011 0 10100 101011 10100000 101001 101000

Color Harmonies of #3C9174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C9174

Black with #3C9174

Text Example


Text Example

White with #3C9174

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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