Html Css Color HEX #3C8D73 Viridian

📋 copy color: '#3C8D73'

red 60 ◦ green 141 ◦ blue 115

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

Shades of Viridian #3C8D73

Tints of Viridian #3C8D73

RGB

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

 GREEN value IS 141 (55.47% from 255) = 44.62%

 BLUE value IS 115 (45.31% from 255) = 36.39%

R = 18.99%
G = 44.62%
B = 36.39%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.18

 K value IS 0.45

RGB Variations

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

Color information

#3C8D73 (or 0x3C8D73) is known color: Viridian. HEX triplet: 3C, 8D and 73. RGB value is (60,141,115). Sum of RGB (Red+Green+Blue) = 60+141+115=316 (41% of max value = 765). Red value is 60 (23.83% from 255 or 18.99% from 316); Green value is 141 (55.47% from 255 or 44.62% from 316); Blue value is 115 (45.31% from 255 or 36.39% from 316); Max value from RGB is 141 - color contains mainly: green. Hex color #3C8D73 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C8D73 is #C3728C. Grayscale: #717171. Windows color (decimal): -12808845 or 7572796. OLE color: 7572796.

HSL color Cylindrical-coordinate representation of color #3C8D73: hue angle of 160.74º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3C8D73 is Cyan = 0.57, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.45.

Color convert

RGB 60 141 115 -
CMYK 0.57 0 0.18 0.45
HSL 160.74º 0.4% 0.39% -
HSV(B) 160.74º 0.57% 0.55% -
XYZ 14.48 21.25 19.56 -
YUV 113.82 128.66 89.61 -
System Red Green Blue C M Y K H S L
Decimal 60 141 115 0.57 0 0.18 0.45 160.74 0.4 0.39
Hex 3C 8D 73 39 0 12 2D A1 28 27
Octal 74 215 163 71 0 22 55 241 50 47
Binary 111100 10001101 1110011 111001 0 10010 101101 10100001 101000 100111

Color Harmonies of #3C8D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C8D73

Black with #3C8D73

Text Example


Text Example

White with #3C8D73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,141,115); }

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

background-color css

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

 a { background-color: rgb(60,141,115); }

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

border-color css

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

 span { border-color: rgb(60,141,115); }

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