Html Css Color HEX #3C866A Viridian

📋 copy color: '#3C866A'

red 60 ◦ green 134 ◦ blue 106

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

Shades of Viridian #3C866A

Tints of Viridian #3C866A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 35.33%

R = 20%
G = 44.67%
B = 35.33%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.21

 K value IS 0.47

RGB Variations

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

Color information

#3C866A (or 0x3C866A) is known color: Viridian. HEX triplet: 3C, 86 and 6A. RGB value is (60,134,106). Sum of RGB (Red+Green+Blue) = 60+134+106=300 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20% from 300); Green value is 134 (52.73% from 255 or 44.67% from 300); Blue value is 106 (41.80% from 255 or 35.33% from 300); Max value from RGB is 134 - color contains mainly: green. Hex color #3C866A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C866A is #C37995. Grayscale: #6C6C6C. Windows color (decimal): -12810646 or 6981180. OLE color: 6981180.

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

Color convert

RGB 60 134 106 -
CMYK 0.55 0 0.21 0.47
HSL 157.3º 0.38% 0.38% -
HSV(B) 157.3º 0.55% 0.53% -
XYZ 12.99 19.05 16.63 -
YUV 108.68 126.48 93.28 -
System Red Green Blue C M Y K H S L
Decimal 60 134 106 0.55 0 0.21 0.47 157.3 0.38 0.38
Hex 3C 86 6A 37 0 15 2F 9D 26 26
Octal 74 206 152 67 0 25 57 235 46 46
Binary 111100 10000110 1101010 110111 0 10101 101111 10011101 100110 100110

Color Harmonies of #3C866A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C866A

Black with #3C866A

Text Example


Text Example

White with #3C866A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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