Html Css Color HEX #3C8D78 Viridian

📋 copy color: '#3C8D78'

red 60 ◦ green 141 ◦ blue 120

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

Shades of Viridian #3C8D78

Tints of Viridian #3C8D78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 37.38%

R = 18.69%
G = 43.93%
B = 37.38%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.15

 K value IS 0.45

RGB Variations

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

Color information

#3C8D78 (or 0x3C8D78) is known color: Viridian. HEX triplet: 3C, 8D and 78. RGB value is (60,141,120). Sum of RGB (Red+Green+Blue) = 60+141+120=321 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.69% from 321); Green value is 141 (55.47% from 255 or 43.93% from 321); Blue value is 120 (47.27% from 255 or 37.38% from 321); Max value from RGB is 141 - color contains mainly: green. Hex color #3C8D78 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C8D78 is #C37287. Grayscale: #727272. Windows color (decimal): -12808840 or 7900476. OLE color: 7900476.

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

Color convert

RGB 60 141 120 -
CMYK 0.57 0 0.15 0.45
HSL 164.44º 0.4% 0.39% -
HSV(B) 164.44º 0.57% 0.55% -
XYZ 14.78 21.37 21.11 -
YUV 114.39 131.16 89.21 -
System Red Green Blue C M Y K H S L
Decimal 60 141 120 0.57 0 0.15 0.45 164.44 0.4 0.39
Hex 3C 8D 78 39 0 F 2D A4 28 27
Octal 74 215 170 71 0 17 55 244 50 47
Binary 111100 10001101 1111000 111001 0 1111 101101 10100100 101000 100111

Color Harmonies of #3C8D78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C8D78

Black with #3C8D78

Text Example


Text Example

White with #3C8D78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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