Html Css Color HEX #3C8670 Viridian

📋 copy color: '#3C8670'

red 60 ◦ green 134 ◦ blue 112

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

Shades of Viridian #3C8670

Tints of Viridian #3C8670

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 36.6%

R = 19.61%
G = 43.79%
B = 36.6%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.16

 K value IS 0.47

RGB Variations

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

Color information

#3C8670 (or 0x3C8670) is known color: Viridian. HEX triplet: 3C, 86 and 70. RGB value is (60,134,112). Sum of RGB (Red+Green+Blue) = 60+134+112=306 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.61% from 306); Green value is 134 (52.73% from 255 or 43.79% from 306); Blue value is 112 (44.14% from 255 or 36.60% from 306); Max value from RGB is 134 - color contains mainly: green. Hex color #3C8670 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C8670 is #C3798F. Grayscale: #6D6D6D. Windows color (decimal): -12810640 or 7374396. OLE color: 7374396.

HSL color Cylindrical-coordinate representation of color #3C8670: hue angle of 162.16º 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 #3C8670 is Cyan = 0.55, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB 60 134 112 -
CMYK 0.55 0 0.16 0.47
HSL 162.16º 0.38% 0.38% -
HSV(B) 162.16º 0.55% 0.53% -
XYZ 13.31 19.18 18.33 -
YUV 109.37 129.48 92.79 -
System Red Green Blue C M Y K H S L
Decimal 60 134 112 0.55 0 0.16 0.47 162.16 0.38 0.38
Hex 3C 86 70 37 0 10 2F A2 26 26
Octal 74 206 160 67 0 20 57 242 46 46
Binary 111100 10000110 1110000 110111 0 10000 101111 10100010 100110 100110

Color Harmonies of #3C8670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C8670

Black with #3C8670

Text Example


Text Example

White with #3C8670

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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