Html Css Color HEX #3C8976 Viridian

📋 copy color: '#3C8976'

red 60 ◦ green 137 ◦ blue 118

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

Shades of Viridian #3C8976

Tints of Viridian #3C8976

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 37.46%

R = 19.05%
G = 43.49%
B = 37.46%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.14

 K value IS 0.46

RGB Variations

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

Color information

#3C8976 (or 0x3C8976) is known color: Viridian. HEX triplet: 3C, 89 and 76. RGB value is (60,137,118). Sum of RGB (Red+Green+Blue) = 60+137+118=315 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.05% from 315); Green value is 137 (53.91% from 255 or 43.49% from 315); Blue value is 118 (46.48% from 255 or 37.46% from 315); Max value from RGB is 137 - color contains mainly: green. Hex color #3C8976 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C8976 is #C37689. Grayscale: #6F6F6F. Windows color (decimal): -12809866 or 7768380. OLE color: 7768380.

HSL color Cylindrical-coordinate representation of color #3C8976: hue angle of 165.19º 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 #3C8976 is Cyan = 0.56, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.46.

Color convert

RGB 60 137 118 -
CMYK 0.56 0 0.14 0.46
HSL 165.19º 0.39% 0.39% -
HSV(B) 165.19º 0.56% 0.54% -
XYZ 14.08 20.16 20.29 -
YUV 111.81 131.49 91.04 -
System Red Green Blue C M Y K H S L
Decimal 60 137 118 0.56 0 0.14 0.46 165.19 0.39 0.39
Hex 3C 89 76 38 0 E 2E A5 27 27
Octal 74 211 166 70 0 16 56 245 47 47
Binary 111100 10001001 1110110 111000 0 1110 101110 10100101 100111 100111

Color Harmonies of #3C8976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C8976

Black with #3C8976

Text Example


Text Example

White with #3C8976

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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