Html Css Color HEX #3C866B Viridian

📋 copy color: '#3C866B'

red 60 ◦ green 134 ◦ blue 107

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

Shades of Viridian #3C866B

Tints of Viridian #3C866B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 35.55%

R = 19.93%
G = 44.52%
B = 35.55%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.20

 K value IS 0.47

RGB Variations

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

Color information

#3C866B (or 0x3C866B) is known color: Viridian. HEX triplet: 3C, 86 and 6B. RGB value is (60,134,107). Sum of RGB (Red+Green+Blue) = 60+134+107=301 (39% of max value = 765). Red value is 60 (23.83% from 255 or 19.93% from 301); Green value is 134 (52.73% from 255 or 44.52% from 301); Blue value is 107 (42.19% from 255 or 35.55% from 301); Max value from RGB is 134 - color contains mainly: green. Hex color #3C866B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C866B is #C37994. Grayscale: #6C6C6C. Windows color (decimal): -12810645 or 7046716. OLE color: 7046716.

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

Color convert

RGB 60 134 107 -
CMYK 0.55 0 0.20 0.47
HSL 158.11º 0.38% 0.38% -
HSV(B) 158.11º 0.55% 0.53% -
XYZ 13.04 19.07 16.9 -
YUV 108.8 126.98 93.2 -
System Red Green Blue C M Y K H S L
Decimal 60 134 107 0.55 0 0.20 0.47 158.11 0.38 0.38
Hex 3C 86 6B 37 0 14 2F 9E 26 26
Octal 74 206 153 67 0 24 57 236 46 46
Binary 111100 10000110 1101011 110111 0 10100 101111 10011110 100110 100110

Color Harmonies of #3C866B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C866B

Black with #3C866B

Text Example


Text Example

White with #3C866B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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