Html Css Color HEX #3C8E70 Viridian

📋 copy color: '#3C8E70'

red 60 ◦ green 142 ◦ blue 112

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

Shades of Viridian #3C8E70

Tints of Viridian #3C8E70

RGB

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

 GREEN value IS 142 (55.86% from 255) = 45.22%

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

R = 19.11%
G = 45.22%
B = 35.67%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.21

 K value IS 0.44

RGB Variations

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

Color information

#3C8E70 (or 0x3C8E70) is known color: Viridian. HEX triplet: 3C, 8E and 70. RGB value is (60,142,112). Sum of RGB (Red+Green+Blue) = 60+142+112=314 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.11% from 314); Green value is 142 (55.86% from 255 or 45.22% from 314); Blue value is 112 (44.14% from 255 or 35.67% from 314); Max value from RGB is 142 - color contains mainly: green. Hex color #3C8E70 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C8E70 is #C3718F. Grayscale: #727272. Windows color (decimal): -12808592 or 7376444. OLE color: 7376444.

HSL color Cylindrical-coordinate representation of color #3C8E70: hue angle of 158.05º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3C8E70 is Cyan = 0.58, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.44.

Color convert

RGB 60 142 112 -
CMYK 0.58 0 0.21 0.44
HSL 158.05º 0.41% 0.4% -
HSV(B) 158.05º 0.58% 0.56% -
XYZ 14.46 21.48 18.71 -
YUV 114.06 126.83 89.44 -
System Red Green Blue C M Y K H S L
Decimal 60 142 112 0.58 0 0.21 0.44 158.05 0.41 0.4
Hex 3C 8E 70 3A 0 15 2C 9E 29 28
Octal 74 216 160 72 0 25 54 236 51 50
Binary 111100 10001110 1110000 111010 0 10101 101100 10011110 101001 101000

Color Harmonies of #3C8E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C8E70

Black with #3C8E70

Text Example


Text Example

White with #3C8E70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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