Html Css Color HEX #3C6A61 Stromboli

📋 copy color: '#3C6A61'

red 60 ◦ green 106 ◦ blue 97

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

Shades of Stromboli #3C6A61

Tints of Stromboli #3C6A61

RGB

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

 GREEN value IS 106 (41.8% from 255) = 40.3%

 BLUE value IS 97 (38.28% from 255) = 36.88%

R = 22.81%
G = 40.3%
B = 36.88%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.08

 K value IS 0.58

RGB Variations

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

Color information

#3C6A61 (or 0x3C6A61) is known color: Stromboli. HEX triplet: 3C, 6A and 61. RGB value is (60,106,97). Sum of RGB (Red+Green+Blue) = 60+106+97=263 (34% of max value = 765). Red value is 60 (23.83% from 255 or 22.81% from 263); Green value is 106 (41.80% from 255 or 40.30% from 263); Blue value is 97 (38.28% from 255 or 36.88% from 263); Max value from RGB is 106 - color contains mainly: green. Hex color #3C6A61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C6A61 is #C3959E. Grayscale: #5B5B5B. Windows color (decimal): -12817823 or 6384188. OLE color: 6384188.

HSL color Cylindrical-coordinate representation of color #3C6A61: hue angle of 168.26º degrees, saturation: 0.28, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #3C6A61 is Cyan = 0.43, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.58.

Color convert

RGB 60 106 97 -
CMYK 0.43 0 0.08 0.58
HSL 168.26º 0.28% 0.33% -
HSV(B) 168.26º 0.43% 0.42% -
XYZ 9.18 12.13 13.17 -
YUV 91.22 131.26 105.73 -
System Red Green Blue C M Y K H S L
Decimal 60 106 97 0.43 0 0.08 0.58 168.26 0.28 0.33
Hex 3C 6A 61 2B 0 8 3A A8 1C 21
Octal 74 152 141 53 0 10 72 250 34 41
Binary 111100 1101010 1100001 101011 0 1000 111010 10101000 11100 100001

Color Harmonies of #3C6A61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C6A61

Black with #3C6A61

Text Example


Text Example

White with #3C6A61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,106,97); }

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

background-color css

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

 a { background-color: rgb(60,106,97); }

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

border-color css

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

 span { border-color: rgb(60,106,97); }

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