Html Css Color HEX #3C615B Stromboli

📋 copy color: '#3C615B'

red 60 ◦ green 97 ◦ blue 91

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

Shades of Stromboli #3C615B

Tints of Stromboli #3C615B

RGB

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

 GREEN value IS 97 (38.28% from 255) = 39.11%

 BLUE value IS 91 (35.94% from 255) = 36.69%

R = 24.19%
G = 39.11%
B = 36.69%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.06

 K value IS 0.62

RGB Variations

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

Color information

#3C615B (or 0x3C615B) is known color: Stromboli. HEX triplet: 3C, 61 and 5B. RGB value is (60,97,91). Sum of RGB (Red+Green+Blue) = 60+97+91=248 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.19% from 248); Green value is 97 (38.28% from 255 or 39.11% from 248); Blue value is 91 (35.94% from 255 or 36.69% from 248); Max value from RGB is 97 - color contains mainly: green. Hex color #3C615B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C615B is #C39EA4. Grayscale: #555555. Windows color (decimal): -12820133 or 5988668. OLE color: 5988668.

HSL color Cylindrical-coordinate representation of color #3C615B: hue angle of 170.27º degrees, saturation: 0.24, 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 #3C615B is Cyan = 0.38, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.62.

Color convert

RGB 60 97 91 -
CMYK 0.38 0 0.06 0.62
HSL 170.27º 0.24% 0.31% -
HSV(B) 170.27º 0.38% 0.38% -
XYZ 8.03 10.27 11.46 -
YUV 85.25 131.24 109.99 -
System Red Green Blue C M Y K H S L
Decimal 60 97 91 0.38 0 0.06 0.62 170.27 0.24 0.31
Hex 3C 61 5B 26 0 6 3E AA 18 1F
Octal 74 141 133 46 0 6 76 252 30 37
Binary 111100 1100001 1011011 100110 0 110 111110 10101010 11000 11111

Color Harmonies of #3C615B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C615B

Black with #3C615B

Text Example


Text Example

White with #3C615B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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