Html Css Color HEX #3C856E Viridian

📋 copy color: '#3C856E'

red 60 ◦ green 133 ◦ blue 110

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

Shades of Viridian #3C856E

Tints of Viridian #3C856E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 36.3%

R = 19.8%
G = 43.89%
B = 36.3%

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

#3C856E (or 0x3C856E) is known color: Viridian. HEX triplet: 3C, 85 and 6E. RGB value is (60,133,110). Sum of RGB (Red+Green+Blue) = 60+133+110=303 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.80% from 303); Green value is 133 (52.34% from 255 or 43.89% from 303); Blue value is 110 (43.36% from 255 or 36.30% from 303); Max value from RGB is 133 - color contains mainly: green. Hex color #3C856E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C856E is #C37A91. Grayscale: #6C6C6C. Windows color (decimal): -12810898 or 7243068. OLE color: 7243068.

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

Color convert

RGB 60 133 110 -
CMYK 0.55 0 0.17 0.48
HSL 161.1º 0.38% 0.38% -
HSV(B) 161.1º 0.55% 0.52% -
XYZ 13.07 18.86 17.7 -
YUV 108.55 128.82 93.37 -
System Red Green Blue C M Y K H S L
Decimal 60 133 110 0.55 0 0.17 0.48 161.1 0.38 0.38
Hex 3C 85 6E 37 0 11 30 A1 26 26
Octal 74 205 156 67 0 21 60 241 46 46
Binary 111100 10000101 1101110 110111 0 10001 110000 10100001 100110 100110

Color Harmonies of #3C856E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C856E

Black with #3C856E

Text Example


Text Example

White with #3C856E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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