Html Css Color HEX #3C8666 Viridian

📋 copy color: '#3C8666'

red 60 ◦ green 134 ◦ blue 102

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

Shades of Viridian #3C8666

Tints of Viridian #3C8666

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 34.46%

R = 20.27%
G = 45.27%
B = 34.46%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.24

 K value IS 0.47

RGB Variations

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

Color information

#3C8666 (or 0x3C8666) is known color: Viridian. HEX triplet: 3C, 86 and 66. RGB value is (60,134,102). Sum of RGB (Red+Green+Blue) = 60+134+102=296 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.27% from 296); Green value is 134 (52.73% from 255 or 45.27% from 296); Blue value is 102 (40.23% from 255 or 34.46% from 296); Max value from RGB is 134 - color contains mainly: green. Hex color #3C8666 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C8666 is #C37999. Grayscale: #6C6C6C. Windows color (decimal): -12810650 or 6719036. OLE color: 6719036.

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

Color convert

RGB 60 134 102 -
CMYK 0.55 0 0.24 0.47
HSL 154.05º 0.38% 0.38% -
HSV(B) 154.05º 0.55% 0.53% -
XYZ 12.79 18.97 15.56 -
YUV 108.23 124.48 93.6 -
System Red Green Blue C M Y K H S L
Decimal 60 134 102 0.55 0 0.24 0.47 154.05 0.38 0.38
Hex 3C 86 66 37 0 18 2F 9A 26 26
Octal 74 206 146 67 0 30 57 232 46 46
Binary 111100 10000110 1100110 110111 0 11000 101111 10011010 100110 100110

Color Harmonies of #3C8666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C8666

Black with #3C8666

Text Example


Text Example

White with #3C8666

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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