Html Css Color HEX #3C856C Viridian

📋 copy color: '#3C856C'

red 60 ◦ green 133 ◦ blue 108

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

Shades of Viridian #3C856C

Tints of Viridian #3C856C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 35.88%

R = 19.93%
G = 44.19%
B = 35.88%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.19

 K value IS 0.48

RGB Variations

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

Color information

#3C856C (or 0x3C856C) is known color: Viridian. HEX triplet: 3C, 85 and 6C. RGB value is (60,133,108). Sum of RGB (Red+Green+Blue) = 60+133+108=301 (39% of max value = 765). Red value is 60 (23.83% from 255 or 19.93% from 301); Green value is 133 (52.34% from 255 or 44.19% from 301); Blue value is 108 (42.58% from 255 or 35.88% from 301); Max value from RGB is 133 - color contains mainly: green. Hex color #3C856C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C856C is #C37A93. Grayscale: #6C6C6C. Windows color (decimal): -12810900 or 7111996. OLE color: 7111996.

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

Color convert

RGB 60 133 108 -
CMYK 0.55 0 0.19 0.48
HSL 159.45º 0.38% 0.38% -
HSV(B) 159.45º 0.55% 0.52% -
XYZ 12.96 18.82 17.14 -
YUV 108.32 127.82 93.53 -
System Red Green Blue C M Y K H S L
Decimal 60 133 108 0.55 0 0.19 0.48 159.45 0.38 0.38
Hex 3C 85 6C 37 0 13 30 9F 26 26
Octal 74 205 154 67 0 23 60 237 46 46
Binary 111100 10000101 1101100 110111 0 10011 110000 10011111 100110 100110

Color Harmonies of #3C856C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C856C

Black with #3C856C

Text Example


Text Example

White with #3C856C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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