Html Css Color HEX #3C806B Viridian

📋 copy color: '#3C806B'

red 60 ◦ green 128 ◦ blue 107

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

Shades of Viridian #3C806B

Tints of Viridian #3C806B

RGB

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

 GREEN value IS 128 (50.39% from 255) = 43.39%

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

R = 20.34%
G = 43.39%
B = 36.27%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.16

 K value IS 0.50

RGB Variations

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

Color information

#3C806B (or 0x3C806B) is known color: Viridian. HEX triplet: 3C, 80 and 6B. RGB value is (60,128,107). Sum of RGB (Red+Green+Blue) = 60+128+107=295 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.34% from 295); Green value is 128 (50.39% from 255 or 43.39% from 295); Blue value is 107 (42.19% from 255 or 36.27% from 295); Max value from RGB is 128 - color contains mainly: green. Hex color #3C806B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C806B is #C37F94. Grayscale: #696969. Windows color (decimal): -12812181 or 7045180. OLE color: 7045180.

HSL color Cylindrical-coordinate representation of color #3C806B: hue angle of 161.47º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3C806B is Cyan = 0.53, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.50.

Color convert

RGB 60 128 107 -
CMYK 0.53 0 0.16 0.50
HSL 161.47º 0.36% 0.37% -
HSV(B) 161.47º 0.53% 0.5% -
XYZ 12.24 17.46 16.64 -
YUV 105.27 128.97 95.71 -
System Red Green Blue C M Y K H S L
Decimal 60 128 107 0.53 0 0.16 0.50 161.47 0.36 0.37
Hex 3C 80 6B 35 0 10 32 A1 24 25
Octal 74 200 153 65 0 20 62 241 44 45
Binary 111100 10000000 1101011 110101 0 10000 110010 10100001 100100 100101

Color Harmonies of #3C806B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C806B

Black with #3C806B

Text Example


Text Example

White with #3C806B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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