Html Css Color HEX #3C8D70 Viridian

📋 copy color: '#3C8D70'

red 60 ◦ green 141 ◦ blue 112

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

Shades of Viridian #3C8D70

Tints of Viridian #3C8D70

RGB

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

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

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

R = 19.17%
G = 45.05%
B = 35.78%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.21

 K value IS 0.45

RGB Variations

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

Color information

#3C8D70 (or 0x3C8D70) is known color: Viridian. HEX triplet: 3C, 8D and 70. RGB value is (60,141,112). Sum of RGB (Red+Green+Blue) = 60+141+112=313 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.17% from 313); Green value is 141 (55.47% from 255 or 45.05% from 313); Blue value is 112 (44.14% from 255 or 35.78% from 313); Max value from RGB is 141 - color contains mainly: green. Hex color #3C8D70 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C8D70 is #C3728F. Grayscale: #717171. Windows color (decimal): -12808848 or 7376188. OLE color: 7376188.

HSL color Cylindrical-coordinate representation of color #3C8D70: hue angle of 158.52º 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 #3C8D70 is Cyan = 0.57, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.45.

Color convert

RGB 60 141 112 -
CMYK 0.57 0 0.21 0.45
HSL 158.52º 0.4% 0.39% -
HSV(B) 158.52º 0.57% 0.55% -
XYZ 14.31 21.18 18.66 -
YUV 113.48 127.16 89.86 -
System Red Green Blue C M Y K H S L
Decimal 60 141 112 0.57 0 0.21 0.45 158.52 0.4 0.39
Hex 3C 8D 70 39 0 15 2D 9F 28 27
Octal 74 215 160 71 0 25 55 237 50 47
Binary 111100 10001101 1110000 111001 0 10101 101101 10011111 101000 100111

Color Harmonies of #3C8D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C8D70

Black with #3C8D70

Text Example


Text Example

White with #3C8D70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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