Html Css Color HEX #3C856F Viridian

📋 copy color: '#3C856F'

red 60 ◦ green 133 ◦ blue 111

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

Shades of Viridian #3C856F

Tints of Viridian #3C856F

RGB

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

 GREEN value IS 133 (52.34% from 255) = 43.75%

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

R = 19.74%
G = 43.75%
B = 36.51%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.17

 K value IS 0.48

RGB Variations

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

Color information

#3C856F (or 0x3C856F) is known color: Viridian. HEX triplet: 3C, 85 and 6F. RGB value is (60,133,111). Sum of RGB (Red+Green+Blue) = 60+133+111=304 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.74% from 304); Green value is 133 (52.34% from 255 or 43.75% from 304); Blue value is 111 (43.75% from 255 or 36.51% from 304); Max value from RGB is 133 - color contains mainly: green. Hex color #3C856F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C856F is #C37A90. Grayscale: #6C6C6C. Windows color (decimal): -12810897 or 7308604. OLE color: 7308604.

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

Color convert

RGB 60 133 111 -
CMYK 0.55 0 0.17 0.48
HSL 161.92º 0.38% 0.38% -
HSV(B) 161.92º 0.55% 0.52% -
XYZ 13.12 18.88 17.99 -
YUV 108.67 129.32 93.29 -
System Red Green Blue C M Y K H S L
Decimal 60 133 111 0.55 0 0.17 0.48 161.92 0.38 0.38
Hex 3C 85 6F 37 0 11 30 A2 26 26
Octal 74 205 157 67 0 21 60 242 46 46
Binary 111100 10000101 1101111 110111 0 10001 110000 10100010 100110 100110

Color Harmonies of #3C856F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C856F

Black with #3C856F

Text Example


Text Example

White with #3C856F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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