Html Css Color HEX #3C9571 Viridian

📋 copy color: '#3C9571'

red 60 ◦ green 149 ◦ blue 113

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

Shades of Viridian #3C9571

Tints of Viridian #3C9571

RGB

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

 GREEN value IS 149 (58.59% from 255) = 46.27%

 BLUE value IS 113 (44.53% from 255) = 35.09%

R = 18.63%
G = 46.27%
B = 35.09%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#3C9571 (or 0x3C9571) is known color: Viridian. HEX triplet: 3C, 95 and 71. RGB value is (60,149,113). Sum of RGB (Red+Green+Blue) = 60+149+113=322 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.63% from 322); Green value is 149 (58.59% from 255 or 46.27% from 322); Blue value is 113 (44.53% from 255 or 35.09% from 322); Max value from RGB is 149 - color contains mainly: green. Hex color #3C9571 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C9571 is #C36A8E. Grayscale: #767676. Windows color (decimal): -12806799 or 7443772. OLE color: 7443772.

HSL color Cylindrical-coordinate representation of color #3C9571: hue angle of 155.73º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3C9571 is Cyan = 0.60, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB 60 149 113 -
CMYK 0.60 0 0.24 0.42
HSL 155.73º 0.43% 0.41% -
HSV(B) 155.73º 0.6% 0.58% -
XYZ 15.59 23.65 19.37 -
YUV 118.29 125.01 86.43 -
System Red Green Blue C M Y K H S L
Decimal 60 149 113 0.60 0 0.24 0.42 155.73 0.43 0.41
Hex 3C 95 71 3C 0 18 2A 9C 2B 29
Octal 74 225 161 74 0 30 52 234 53 51
Binary 111100 10010101 1110001 111100 0 11000 101010 10011100 101011 101001

Color Harmonies of #3C9571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C9571

Black with #3C9571

Text Example


Text Example

White with #3C9571

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,149,113); }

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

background-color css

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

 a { background-color: rgb(60,149,113); }

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

border-color css

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

 span { border-color: rgb(60,149,113); }

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