Html Css Color HEX #3C6056 Stromboli

📋 copy color: '#3C6056'

red 60 ◦ green 96 ◦ blue 86

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

Shades of Stromboli #3C6056

Tints of Stromboli #3C6056

RGB

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

 GREEN value IS 96 (37.89% from 255) = 39.67%

 BLUE value IS 86 (33.98% from 255) = 35.54%

R = 24.79%
G = 39.67%
B = 35.54%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.10

 K value IS 0.62

RGB Variations

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

Color information

#3C6056 (or 0x3C6056) is known color: Stromboli. HEX triplet: 3C, 60 and 56. RGB value is (60,96,86). Sum of RGB (Red+Green+Blue) = 60+96+86=242 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.79% from 242); Green value is 96 (37.89% from 255 or 39.67% from 242); Blue value is 86 (33.98% from 255 or 35.54% from 242); Max value from RGB is 96 - color contains mainly: green. Hex color #3C6056 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C6056 is #C39FA9. Grayscale: #545454. Windows color (decimal): -12820394 or 5660732. OLE color: 5660732.

HSL color Cylindrical-coordinate representation of color #3C6056: hue angle of 163.33º degrees, saturation: 0.23, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3C6056 is Cyan = 0.38, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.62.

Color convert

RGB 60 96 86 -
CMYK 0.38 0 0.10 0.62
HSL 163.33º 0.23% 0.31% -
HSV(B) 163.33º 0.38% 0.38% -
XYZ 7.73 10 10.33 -
YUV 84.1 129.07 110.81 -
System Red Green Blue C M Y K H S L
Decimal 60 96 86 0.38 0 0.10 0.62 163.33 0.23 0.31
Hex 3C 60 56 26 0 A 3E A3 17 1F
Octal 74 140 126 46 0 12 76 243 27 37
Binary 111100 1100000 1010110 100110 0 1010 111110 10100011 10111 11111

Color Harmonies of #3C6056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C6056

Black with #3C6056

Text Example


Text Example

White with #3C6056

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,96,86); }

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

background-color css

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

 a { background-color: rgb(60,96,86); }

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

border-color css

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

 span { border-color: rgb(60,96,86); }

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