Html Css Color HEX #3C866F Viridian

📋 copy color: '#3C866F'

red 60 ◦ green 134 ◦ blue 111

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

Shades of Viridian #3C866F

Tints of Viridian #3C866F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 36.39%

R = 19.67%
G = 43.93%
B = 36.39%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.17

 K value IS 0.47

RGB Variations

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

Color information

#3C866F (or 0x3C866F) is known color: Viridian. HEX triplet: 3C, 86 and 6F. RGB value is (60,134,111). Sum of RGB (Red+Green+Blue) = 60+134+111=305 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.67% from 305); Green value is 134 (52.73% from 255 or 43.93% from 305); Blue value is 111 (43.75% from 255 or 36.39% from 305); Max value from RGB is 134 - color contains mainly: green. Hex color #3C866F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C866F is #C37990. Grayscale: #6D6D6D. Windows color (decimal): -12810641 or 7308860. OLE color: 7308860.

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

Color convert

RGB 60 134 111 -
CMYK 0.55 0 0.17 0.47
HSL 161.35º 0.38% 0.38% -
HSV(B) 161.35º 0.55% 0.53% -
XYZ 13.26 19.16 18.04 -
YUV 109.25 128.98 92.87 -
System Red Green Blue C M Y K H S L
Decimal 60 134 111 0.55 0 0.17 0.47 161.35 0.38 0.38
Hex 3C 86 6F 37 0 11 2F A1 26 26
Octal 74 206 157 67 0 21 57 241 46 46
Binary 111100 10000110 1101111 110111 0 10001 101111 10100001 100110 100110

Color Harmonies of #3C866F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C866F

Black with #3C866F

Text Example


Text Example

White with #3C866F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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