Html Css Color HEX #3C8978 Viridian

📋 copy color: '#3C8978'

red 60 ◦ green 137 ◦ blue 120

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

Shades of Viridian #3C8978

Tints of Viridian #3C8978

RGB

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

 GREEN value IS 137 (53.91% from 255) = 43.22%

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

R = 18.93%
G = 43.22%
B = 37.85%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.12

 K value IS 0.46

RGB Variations

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

Color information

#3C8978 (or 0x3C8978) is known color: Viridian. HEX triplet: 3C, 89 and 78. RGB value is (60,137,120). Sum of RGB (Red+Green+Blue) = 60+137+120=317 (41% of max value = 765). Red value is 60 (23.83% from 255 or 18.93% from 317); Green value is 137 (53.91% from 255 or 43.22% from 317); Blue value is 120 (47.27% from 255 or 37.85% from 317); Max value from RGB is 137 - color contains mainly: green. Hex color #3C8978 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C8978 is #C37687. Grayscale: #707070. Windows color (decimal): -12809864 or 7899452. OLE color: 7899452.

HSL color Cylindrical-coordinate representation of color #3C8978: hue angle of 166.75º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3C8978 is Cyan = 0.56, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.46.

Color convert

RGB 60 137 120 -
CMYK 0.56 0 0.12 0.46
HSL 166.75º 0.39% 0.39% -
HSV(B) 166.75º 0.56% 0.54% -
XYZ 14.2 20.21 20.92 -
YUV 112.04 132.49 90.88 -
System Red Green Blue C M Y K H S L
Decimal 60 137 120 0.56 0 0.12 0.46 166.75 0.39 0.39
Hex 3C 89 78 38 0 C 2E A7 27 27
Octal 74 211 170 70 0 14 56 247 47 47
Binary 111100 10001001 1111000 111000 0 1100 101110 10100111 100111 100111

Color Harmonies of #3C8978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C8978

Black with #3C8978

Text Example


Text Example

White with #3C8978

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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