Html Css Color HEX #3C8974 Viridian

📋 copy color: '#3C8974'

red 60 ◦ green 137 ◦ blue 116

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

Shades of Viridian #3C8974

Tints of Viridian #3C8974

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 37.06%

R = 19.17%
G = 43.77%
B = 37.06%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.15

 K value IS 0.46

RGB Variations

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

Color information

#3C8974 (or 0x3C8974) is known color: Viridian. HEX triplet: 3C, 89 and 74. RGB value is (60,137,116). Sum of RGB (Red+Green+Blue) = 60+137+116=313 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.17% from 313); Green value is 137 (53.91% from 255 or 43.77% from 313); Blue value is 116 (45.70% from 255 or 37.06% from 313); Max value from RGB is 137 - color contains mainly: green. Hex color #3C8974 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C8974 is #C3768B. Grayscale: #6F6F6F. Windows color (decimal): -12809868 or 7637308. OLE color: 7637308.

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

Color convert

RGB 60 137 116 -
CMYK 0.56 0 0.15 0.46
HSL 163.64º 0.39% 0.39% -
HSV(B) 163.64º 0.56% 0.54% -
XYZ 13.96 20.11 19.67 -
YUV 111.58 130.49 91.21 -
System Red Green Blue C M Y K H S L
Decimal 60 137 116 0.56 0 0.15 0.46 163.64 0.39 0.39
Hex 3C 89 74 38 0 F 2E A4 27 27
Octal 74 211 164 70 0 17 56 244 47 47
Binary 111100 10001001 1110100 111000 0 1111 101110 10100100 100111 100111

Color Harmonies of #3C8974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C8974

Black with #3C8974

Text Example


Text Example

White with #3C8974

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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