Html Css Color HEX #3C8674 Viridian

📋 copy color: '#3C8674'

red 60 ◦ green 134 ◦ blue 116

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

Shades of Viridian #3C8674

Tints of Viridian #3C8674

RGB

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

 GREEN value IS 134 (52.73% from 255) = 43.23%

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

R = 19.35%
G = 43.23%
B = 37.42%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.13

 K value IS 0.47

RGB Variations

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

Color information

#3C8674 (or 0x3C8674) is known color: Viridian. HEX triplet: 3C, 86 and 74. RGB value is (60,134,116). Sum of RGB (Red+Green+Blue) = 60+134+116=310 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.35% from 310); Green value is 134 (52.73% from 255 or 43.23% from 310); Blue value is 116 (45.70% from 255 or 37.42% from 310); Max value from RGB is 134 - color contains mainly: green. Hex color #3C8674 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C8674 is #C3798B. Grayscale: #6D6D6D. Windows color (decimal): -12810636 or 7636540. OLE color: 7636540.

HSL color Cylindrical-coordinate representation of color #3C8674: hue angle of 165.41º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3C8674 is Cyan = 0.55, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.47.

Color convert

RGB 60 134 116 -
CMYK 0.55 0 0.13 0.47
HSL 165.41º 0.38% 0.38% -
HSV(B) 165.41º 0.55% 0.53% -
XYZ 13.54 19.27 19.53 -
YUV 109.82 131.48 92.46 -
System Red Green Blue C M Y K H S L
Decimal 60 134 116 0.55 0 0.13 0.47 165.41 0.38 0.38
Hex 3C 86 74 37 0 D 2F A5 26 26
Octal 74 206 164 67 0 15 57 245 46 46
Binary 111100 10000110 1110100 110111 0 1101 101111 10100101 100110 100110

Color Harmonies of #3C8674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C8674

Black with #3C8674

Text Example


Text Example

White with #3C8674

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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