Html Css Color HEX #3C6059 Stromboli

📋 copy color: '#3C6059'

red 60 ◦ green 96 ◦ blue 89

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

Shades of Stromboli #3C6059

Tints of Stromboli #3C6059

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 36.33%

R = 24.49%
G = 39.18%
B = 36.33%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.07

 K value IS 0.62

RGB Variations

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

Color information

#3C6059 (or 0x3C6059) is known color: Stromboli. HEX triplet: 3C, 60 and 59. RGB value is (60,96,89). Sum of RGB (Red+Green+Blue) = 60+96+89=245 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.49% from 245); Green value is 96 (37.89% from 255 or 39.18% from 245); Blue value is 89 (35.16% from 255 or 36.33% from 245); Max value from RGB is 96 - color contains mainly: green. Hex color #3C6059 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C6059 is #C39FA6. Grayscale: #545454. Windows color (decimal): -12820391 or 5857340. OLE color: 5857340.

HSL color Cylindrical-coordinate representation of color #3C6059: hue angle of 168.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 #3C6059 is Cyan = 0.38, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.62.

Color convert

RGB 60 96 89 -
CMYK 0.38 0 0.07 0.62
HSL 168.33º 0.23% 0.31% -
HSV(B) 168.33º 0.38% 0.38% -
XYZ 7.85 10.05 10.98 -
YUV 84.44 130.57 110.57 -
System Red Green Blue C M Y K H S L
Decimal 60 96 89 0.38 0 0.07 0.62 168.33 0.23 0.31
Hex 3C 60 59 26 0 7 3E A8 17 1F
Octal 74 140 131 46 0 7 76 250 27 37
Binary 111100 1100000 1011001 100110 0 111 111110 10101000 10111 11111

Color Harmonies of #3C6059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C6059

Black with #3C6059

Text Example


Text Example

White with #3C6059

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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