Html Css Color HEX #3C6F5C Stromboli

📋 copy color: '#3C6F5C'

red 60 ◦ green 111 ◦ blue 92

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

Shades of Stromboli #3C6F5C

Tints of Stromboli #3C6F5C

RGB

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

 GREEN value IS 111 (43.75% from 255) = 42.21%

 BLUE value IS 92 (36.33% from 255) = 34.98%

R = 22.81%
G = 42.21%
B = 34.98%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.17

 K value IS 0.56

RGB Variations

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

Color information

#3C6F5C (or 0x3C6F5C) is known color: Stromboli. HEX triplet: 3C, 6F and 5C. RGB value is (60,111,92). Sum of RGB (Red+Green+Blue) = 60+111+92=263 (34% of max value = 765). Red value is 60 (23.83% from 255 or 22.81% from 263); Green value is 111 (43.75% from 255 or 42.21% from 263); Blue value is 92 (36.33% from 255 or 34.98% from 263); Max value from RGB is 111 - color contains mainly: green. Hex color #3C6F5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C6F5C is #C390A3. Grayscale: #5D5D5D. Windows color (decimal): -12816548 or 6057788. OLE color: 6057788.

HSL color Cylindrical-coordinate representation of color #3C6F5C: hue angle of 157.65º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3C6F5C is Cyan = 0.46, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.56.

Color convert

RGB 60 111 92 -
CMYK 0.46 0 0.17 0.56
HSL 157.65º 0.3% 0.34% -
HSV(B) 157.65º 0.46% 0.44% -
XYZ 9.48 13.1 12.15 -
YUV 93.59 127.1 104.04 -
System Red Green Blue C M Y K H S L
Decimal 60 111 92 0.46 0 0.17 0.56 157.65 0.3 0.34
Hex 3C 6F 5C 2E 0 11 38 9E 1E 22
Octal 74 157 134 56 0 21 70 236 36 42
Binary 111100 1101111 1011100 101110 0 10001 111000 10011110 11110 100010

Color Harmonies of #3C6F5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C6F5C

Black with #3C6F5C

Text Example


Text Example

White with #3C6F5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,111,92); }

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

background-color css

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

 a { background-color: rgb(60,111,92); }

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

border-color css

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

 span { border-color: rgb(60,111,92); }

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