Html Css Color HEX #3C946F Viridian

📋 copy color: '#3C946F'

red 60 ◦ green 148 ◦ blue 111

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

Shades of Viridian #3C946F

Tints of Viridian #3C946F

RGB

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

 GREEN value IS 148 (58.2% from 255) = 46.39%

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

R = 18.81%
G = 46.39%
B = 34.8%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.25

 K value IS 0.42

RGB Variations

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

Color information

#3C946F (or 0x3C946F) is known color: Viridian. HEX triplet: 3C, 94 and 6F. RGB value is (60,148,111). Sum of RGB (Red+Green+Blue) = 60+148+111=319 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.81% from 319); Green value is 148 (58.20% from 255 or 46.39% from 319); Blue value is 111 (43.75% from 255 or 34.80% from 319); Max value from RGB is 148 - color contains mainly: green. Hex color #3C946F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C946F is #C36B90. Grayscale: #757575. Windows color (decimal): -12807057 or 7312444. OLE color: 7312444.

HSL color Cylindrical-coordinate representation of color #3C946F: hue angle of 154.77º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3C946F is Cyan = 0.59, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.42.

Color convert

RGB 60 148 111 -
CMYK 0.59 0 0.25 0.42
HSL 154.77º 0.42% 0.41% -
HSV(B) 154.77º 0.59% 0.58% -
XYZ 15.32 23.29 18.73 -
YUV 117.47 124.35 87.01 -
System Red Green Blue C M Y K H S L
Decimal 60 148 111 0.59 0 0.25 0.42 154.77 0.42 0.41
Hex 3C 94 6F 3B 0 19 2A 9B 2A 29
Octal 74 224 157 73 0 31 52 233 52 51
Binary 111100 10010100 1101111 111011 0 11001 101010 10011011 101010 101001

Color Harmonies of #3C946F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C946F

Black with #3C946F

Text Example


Text Example

White with #3C946F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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