Html Css Color HEX #3C8971 Viridian

📋 copy color: '#3C8971'

red 60 ◦ green 137 ◦ blue 113

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

Shades of Viridian #3C8971

Tints of Viridian #3C8971

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 36.45%

R = 19.35%
G = 44.19%
B = 36.45%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.18

 K value IS 0.46

RGB Variations

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

Color information

#3C8971 (or 0x3C8971) is known color: Viridian. HEX triplet: 3C, 89 and 71. RGB value is (60,137,113). Sum of RGB (Red+Green+Blue) = 60+137+113=310 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.35% from 310); Green value is 137 (53.91% from 255 or 44.19% from 310); Blue value is 113 (44.53% from 255 or 36.45% from 310); Max value from RGB is 137 - color contains mainly: green. Hex color #3C8971 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C8971 is #C3768E. Grayscale: #6F6F6F. Windows color (decimal): -12809871 or 7440700. OLE color: 7440700.

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

Color convert

RGB 60 137 113 -
CMYK 0.56 0 0.18 0.46
HSL 161.3º 0.39% 0.39% -
HSV(B) 161.3º 0.56% 0.54% -
XYZ 13.79 20.04 18.76 -
YUV 111.24 128.99 91.45 -
System Red Green Blue C M Y K H S L
Decimal 60 137 113 0.56 0 0.18 0.46 161.3 0.39 0.39
Hex 3C 89 71 38 0 12 2E A1 27 27
Octal 74 211 161 70 0 22 56 241 47 47
Binary 111100 10001001 1110001 111000 0 10010 101110 10100001 100111 100111

Color Harmonies of #3C8971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C8971

Black with #3C8971

Text Example


Text Example

White with #3C8971

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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